COLOR #D59FDD

HEX: #D59FDD
RGB: (213,159,221)

Renk bilgisi

#D59FDD contains mainly red and blue colors. #D59FDD ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D59FDD color RGB value is (213,159,221).

  • kırmız ton 213;
  • yeşil ton 159;
  • mavi ton 221.
RGB:
(213,159,221)
(84%,62%,87%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 159 of 255 = 62%
B 221 of 255 = 87%

213
159
221

R + G + B ~ 78%. #D59FDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 159 + 221 = 593 (100%)
R 213 of 593 ~ 35.92%
G 159 of 593 ~ 26.81%
B 221 of 593 ~ 37.27%

%35.92
%26.81
%37.27

CMYK RENK MODELİ

#D59FDD rengi CMYK tonu (4,28,0,13).

  • camgöbeği tonu 3.62%
  • eflatun tonu 28.05%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(4,28,0,13)
C4M28Y0K13 
(4%,28%,0%,13%)
(0.04/0.28/0.00/0.13)	

CMYK yüzdeleri

%3.62
%28.05
%0
%13.33

Codes

Color #D59FDD in popluar color models

D59FDD
RGB213159221
HSL292°47.69%74.51%
HSB/HSV292°28.05%86.67%
CMYK3.62%28.05%0.00%
13.33%

Color #D59FDD in popluar number systems.

HEXD59FDD
Decimal213159221
Binary110101011001111111011101
Octal325237335

Shades and tints

Shades of #D59FDD

#D59FDD
(213,159,221)
#C291C9
(194,145,201)
#AF83B5
(175,131,181)
#9C75A1
(156,117,161)
#89678D
(137,103,141)
#765979
(118,89,121)
#634B65
(99,75,101)
#503D51
(80,61,81)
#3D2F3D
(61,47,61)
#2A2129
(42,33,41)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D59FDD

#D59FDD
(213,159,221)
#D8A7E0
(216,167,224)
#DBAFE3
(219,175,227)
#DEB7E6
(222,183,230)
#E1BFE9
(225,191,233)
#E4C7EC
(228,199,236)
#E7CFEF
(231,207,239)
#EAD7F2
(234,215,242)
#EDDFF5
(237,223,245)
#F0E7F8
(240,231,248)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59FDD color. Also use rgb(213,159,221) instead hex code.

Text Font Color

.myTextColor { color: #D59FDD; }

<p style="color:#D59FDD">This sample text font color is #D59FDD.</p>

This text font color is #D59FDD.


Background Color

.myBgColor { background-color: #D59FDD; }

<div style="background-color:#D59FDD">Inner text</div>

This div background color is #D59FDD.


Border color

.myBorderColor { border: 1px solid #D59FDD; }

<div style="border:3px solid #D59FDD">Div</div>

This div border color is #D59FDD.


Opacity

.myOpacity80 { color: #D59FDD; opacity: 0.8; }

<p style="color:#D59FDD;opacity:0.8;">80%</p>

Text with #D59FDD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D59FDD;}

<p style="text-shadow: 3px 3px 1px #D59FDD">Text here.</p>

This text has shadow with #D59FDD color.

.textShadow {text-shadow: 3px 3px 1px #D59FDD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D59FDD, 5px 5px 20px red">Text here.</p>

This text has shadow with #D59FDD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59FDD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D59FDD, Direction=45, Strength=4)">Text</p>

This text has shadow with #D59FDD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D59FDD;
  -webkit-box-shadow:	1px 1px 3px 2px #D59FDD;
  box-shadow:		1px 1px 3px 2px #D59FDD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D59FDD;
-webkit-box-shadow: 1px 1px 3px 2px #D59FDD;
box-shadow:1px 1px 3px 2px #D59FDD;">
Div content here</div>
This div box has shadow with color #D59FDD.

Preview

Color preview on black background

This text has color #D59FDD on black background.


Color preview on white background

This text has color #D59FDD on white background.



Black color preview on #D59FDD background

This text has black color on #D59FDD background.


White color preview on #D59FDD background

This text has white color on #D59FDD background.