COLOR #D09CFF

HEX: #D09CFF
RGB: (208,156,255)

Color info

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

RGB color model

#D09CFF color RGB value is (208,156,255).

  • red value is 208;
  • green value is 156;
  • blue value is 255.
RGB:
(208,156,255)
(82%,61%,100%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 255 of 255 = 100%

208
156
255

R + G + B ~ 81%. #D09CFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 156 + 255 = 619 (100%)
R 208 of 619 ~ 33.6%
G 156 of 619 ~ 25.2%
B 255 of 619 ~ 41.2%

%33.6
%25.2
%41.2

CMYK color model

#D09CFF color CMYK value is (18,39,0,0).

  • cyan value is 18.43%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,39,0,0)
C18M39Y0K0 
(18%,39%,0%,0%)
(0.18/0.39/0.00/0.00)	

CMYK percentages

%18.43
%38.82
%0
%0

Codes

Color #D09CFF in popluar color models

D09CFF
RGB208156255
HSL272°100.00%80.59%
HSB/HSV272°38.82%100.00%
CMYK18.43%38.82%0.00%
0.00%

Color #D09CFF in popluar number systems.

HEXD09CFF
Decimal208156255
Binary110100001001110011111111
Octal320234377

Shades and tints

Shades of #D09CFF

#D09CFF
(208,156,255)
#BE8EE8
(190,142,232)
#AC80D1
(172,128,209)
#9A72BA
(154,114,186)
#8864A3
(136,100,163)
#76568C
(118,86,140)
#644875
(100,72,117)
#523A5E
(82,58,94)
#402C47
(64,44,71)
#2E1E30
(46,30,48)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #D09CFF

#D09CFF
(208,156,255)
#D4A5FF
(212,165,255)
#D8AEFF
(216,174,255)
#DCB7FF
(220,183,255)
#E0C0FF
(224,192,255)
#E4C9FF
(228,201,255)
#E8D2FF
(232,210,255)
#ECDBFF
(236,219,255)
#F0E4FF
(240,228,255)
#F4EDFF
(244,237,255)
#F8F6FF
(248,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09CFF color. Also use rgb(208,156,255) instead hex code.

Text Font Color

.myTextColor { color: #D09CFF; }

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

This text font color is #D09CFF.


Background Color

.myBgColor { background-color: #D09CFF; }

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

This div background color is #D09CFF.


Border color

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

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

This div border color is #D09CFF.


Opacity

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

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

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

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

This text has shadow with #D09CFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09CFF on black background.


Color preview on white background

This text has color #D09CFF on white background.



Black color preview on #D09CFF background

This text has black color on #D09CFF background.


White color preview on #D09CFF background

This text has white color on #D09CFF background.