COLOR #D09DDF

HEX: #D09DDF
RGB: (208,157,223)

Color info

#D09DDF contains mainly red and blue colors. Web safe color of #D09DDF is #CC99CC (or #C9C).

RGB color model

#D09DDF color RGB value is (208,157,223).

  • red value is 208;
  • green value is 157;
  • blue value is 223.
RGB:
(208,157,223)
(82%,62%,87%)

RGB channels and saturation

R 208 of 255 = 82%
G 157 of 255 = 62%
B 223 of 255 = 87%

208
157
223

R + G + B ~ 77%. #D09DDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 157 + 223 = 588 (100%)
R 208 of 588 ~ 35.37%
G 157 of 588 ~ 26.7%
B 223 of 588 ~ 37.93%

%35.37
%26.7
%37.93

CMYK color model

#D09DDF color CMYK value is (7,30,0,13).

  • cyan value is 6.73%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(7,30,0,13)
C7M30Y0K13 
(7%,30%,0%,13%)
(0.07/0.30/0.00/0.13)	

CMYK percentages

%6.73
%29.6
%0
%12.55

Codes

Color #D09DDF in popluar color models

D09DDF
RGB208157223
HSL286°50.77%74.51%
HSB/HSV286°29.60%87.45%
CMYK6.73%29.60%0.00%
12.55%

Color #D09DDF in popluar number systems.

HEXD09DDF
Decimal208157223
Binary110100001001110111011111
Octal320235337

Shades and tints

Shades of #D09DDF

#D09DDF
(208,157,223)
#BE8FCB
(190,143,203)
#AC81B7
(172,129,183)
#9A73A3
(154,115,163)
#88658F
(136,101,143)
#76577B
(118,87,123)
#644967
(100,73,103)
#523B53
(82,59,83)
#402D3F
(64,45,63)
#2E1F2B
(46,31,43)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #D09DDF

#D09DDF
(208,157,223)
#D4A5E1
(212,165,225)
#D8ADE3
(216,173,227)
#DCB5E5
(220,181,229)
#E0BDE7
(224,189,231)
#E4C5E9
(228,197,233)
#E8CDEB
(232,205,235)
#ECD5ED
(236,213,237)
#F0DDEF
(240,221,239)
#F4E5F1
(244,229,241)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09DDF color. Also use rgb(208,157,223) instead hex code.

Text Font Color

.myTextColor { color: #D09DDF; }

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

This text font color is #D09DDF.


Background Color

.myBgColor { background-color: #D09DDF; }

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

This div background color is #D09DDF.


Border color

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

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

This div border color is #D09DDF.


Opacity

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

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

Text with #D09DDF 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 #D09DDF;}

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

This text has shadow with #D09DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09DDF on black background.


Color preview on white background

This text has color #D09DDF on white background.



Black color preview on #D09DDF background

This text has black color on #D09DDF background.


White color preview on #D09DDF background

This text has white color on #D09DDF background.