COLOR #D39FC9

HEX: #D39FC9
RGB: (211,159,201)

Color info

#D39FC9 contains red, green and blue colors in about the same proportion. Web safe color of #D39FC9 is #CC99CC (or #C9C).

RGB color model

#D39FC9 color RGB value is (211,159,201).

  • red value is 211;
  • green value is 159;
  • blue value is 201.
RGB:
(211,159,201)
(83%,62%,79%)

RGB channels and saturation

R 211 of 255 = 83%
G 159 of 255 = 62%
B 201 of 255 = 79%

211
159
201

R + G + B ~ 75%. #D39FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 159 + 201 = 571 (100%)
R 211 of 571 ~ 36.95%
G 159 of 571 ~ 27.85%
B 201 of 571 ~ 35.2%

%36.95
%27.85
%35.2

CMYK color model

#D39FC9 color CMYK value is (0,25,5,17).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 4.74%
  • key color value is 17.25%
CMYK:
(0,25,5,17)
C0M25Y5K17 
(0%,25%,5%,17%)
(0.00/0.25/0.05/0.17)	

CMYK percentages

%0
%24.64
%4.74
%17.25

Codes

Color #D39FC9 in popluar color models

D39FC9
RGB211159201
HSL312°37.14%72.55%
HSB/HSV312°24.64%82.75%
CMYK0.00%24.64%4.74%
17.25%

Color #D39FC9 in popluar number systems.

HEXD39FC9
Decimal211159201
Binary110100111001111111001001
Octal323237311

Shades and tints

Shades of #D39FC9

#D39FC9
(211,159,201)
#C091B7
(192,145,183)
#AD83A5
(173,131,165)
#9A7593
(154,117,147)
#876781
(135,103,129)
#74596F
(116,89,111)
#614B5D
(97,75,93)
#4E3D4B
(78,61,75)
#3B2F39
(59,47,57)
#282127
(40,33,39)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #D39FC9

#D39FC9
(211,159,201)
#D7A7CD
(215,167,205)
#DBAFD1
(219,175,209)
#DFB7D5
(223,183,213)
#E3BFD9
(227,191,217)
#E7C7DD
(231,199,221)
#EBCFE1
(235,207,225)
#EFD7E5
(239,215,229)
#F3DFE9
(243,223,233)
#F7E7ED
(247,231,237)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39FC9 color. Also use rgb(211,159,201) instead hex code.

Text Font Color

.myTextColor { color: #D39FC9; }

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

This text font color is #D39FC9.


Background Color

.myBgColor { background-color: #D39FC9; }

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

This div background color is #D39FC9.


Border color

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

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

This div border color is #D39FC9.


Opacity

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

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

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

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

This text has shadow with #D39FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39FC9 on black background.


Color preview on white background

This text has color #D39FC9 on white background.



Black color preview on #D39FC9 background

This text has black color on #D39FC9 background.


White color preview on #D39FC9 background

This text has white color on #D39FC9 background.