COLOR #D39BD1

HEX: #D39BD1
RGB: (211,155,209)

Color info

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

RGB color model

#D39BD1 color RGB value is (211,155,209).

  • red value is 211;
  • green value is 155;
  • blue value is 209.
RGB:
(211,155,209)
(83%,61%,82%)

RGB channels and saturation

R 211 of 255 = 83%
G 155 of 255 = 61%
B 209 of 255 = 82%

211
155
209

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

Portions of RGB colors in percentages

R + G + B =
211 + 155 + 209 = 575 (100%)
R 211 of 575 ~ 36.7%
G 155 of 575 ~ 26.96%
B 209 of 575 ~ 36.35%

%36.7
%26.96
%36.35

CMYK color model

#D39BD1 color CMYK value is (0,27,1,17).

  • cyan value is 0.00%
  • magenta value is 26.54%
  • yellow value is 0.95%
  • key color value is 17.25%
CMYK:
(0,27,1,17)
C0M27Y1K17 
(0%,27%,1%,17%)
(0.00/0.27/0.01/0.17)	

CMYK percentages

%0
%26.54
%0.95
%17.25

Codes

Color #D39BD1 in popluar color models

D39BD1
RGB211155209
HSL302°38.89%71.76%
HSB/HSV302°26.54%82.75%
CMYK0.00%26.54%0.95%
17.25%

Color #D39BD1 in popluar number systems.

HEXD39BD1
Decimal211155209
Binary110100111001101111010001
Octal323233321

Shades and tints

Shades of #D39BD1

#D39BD1
(211,155,209)
#C08DBE
(192,141,190)
#AD7FAB
(173,127,171)
#9A7198
(154,113,152)
#876385
(135,99,133)
#745572
(116,85,114)
#61475F
(97,71,95)
#4E394C
(78,57,76)
#3B2B39
(59,43,57)
#281D26
(40,29,38)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #D39BD1

#D39BD1
(211,155,209)
#D7A4D5
(215,164,213)
#DBADD9
(219,173,217)
#DFB6DD
(223,182,221)
#E3BFE1
(227,191,225)
#E7C8E5
(231,200,229)
#EBD1E9
(235,209,233)
#EFDAED
(239,218,237)
#F3E3F1
(243,227,241)
#F7ECF5
(247,236,245)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39BD1 color. Also use rgb(211,155,209) instead hex code.

Text Font Color

.myTextColor { color: #D39BD1; }

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

This text font color is #D39BD1.


Background Color

.myBgColor { background-color: #D39BD1; }

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

This div background color is #D39BD1.


Border color

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

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

This div border color is #D39BD1.


Opacity

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

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

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

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

This text has shadow with #D39BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39BD1 on black background.


Color preview on white background

This text has color #D39BD1 on white background.



Black color preview on #D39BD1 background

This text has black color on #D39BD1 background.


White color preview on #D39BD1 background

This text has white color on #D39BD1 background.