COLOR #D09DF4

HEX: #D09DF4
RGB: (208,157,244)

Color info

#D09DF4 contains mainly red and blue colors. Web safe color of #D09DF4 is #CC99FF (or #C9F).

RGB color model

#D09DF4 color RGB value is (208,157,244).

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

RGB channels and saturation

R 208 of 255 = 82%
G 157 of 255 = 62%
B 244 of 255 = 96%

208
157
244

R + G + B ~ 80%. #D09DF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 157 + 244 = 609 (100%)
R 208 of 609 ~ 34.15%
G 157 of 609 ~ 25.78%
B 244 of 609 ~ 40.07%

%34.15
%25.78
%40.07

CMYK color model

#D09DF4 color CMYK value is (15,36,0,4).

  • cyan value is 14.75%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(15,36,0,4)
C15M36Y0K4 
(15%,36%,0%,4%)
(0.15/0.36/0.00/0.04)	

CMYK percentages

%14.75
%35.66
%0
%4.31

Codes

Color #D09DF4 in popluar color models

D09DF4
RGB208157244
HSL275°79.82%78.63%
HSB/HSV275°35.66%95.69%
CMYK14.75%35.66%0.00%
4.31%

Color #D09DF4 in popluar number systems.

HEXD09DF4
Decimal208157244
Binary110100001001110111110100
Octal320235364

Shades and tints

Shades of #D09DF4

#D09DF4
(208,157,244)
#BE8FDE
(190,143,222)
#AC81C8
(172,129,200)
#9A73B2
(154,115,178)
#88659C
(136,101,156)
#765786
(118,87,134)
#644970
(100,73,112)
#523B5A
(82,59,90)
#402D44
(64,45,68)
#2E1F2E
(46,31,46)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #D09DF4

#D09DF4
(208,157,244)
#D4A5F5
(212,165,245)
#D8ADF6
(216,173,246)
#DCB5F7
(220,181,247)
#E0BDF8
(224,189,248)
#E4C5F9
(228,197,249)
#E8CDFA
(232,205,250)
#ECD5FB
(236,213,251)
#F0DDFC
(240,221,252)
#F4E5FD
(244,229,253)
#F8EDFE
(248,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09DF4; }

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

This text font color is #D09DF4.


Background Color

.myBgColor { background-color: #D09DF4; }

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

This div background color is #D09DF4.


Border color

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

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

This div border color is #D09DF4.


Opacity

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

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

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

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

This text has shadow with #D09DF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09DF4 on black background.


Color preview on white background

This text has color #D09DF4 on white background.



Black color preview on #D09DF4 background

This text has black color on #D09DF4 background.


White color preview on #D09DF4 background

This text has white color on #D09DF4 background.