COLOR #D39CDA

HEX: #D39CDA
RGB: (211,156,218)

Color info

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

RGB color model

#D39CDA color RGB value is (211,156,218).

  • red value is 211;
  • green value is 156;
  • blue value is 218.
RGB:
(211,156,218)
(83%,61%,85%)

RGB channels and saturation

R 211 of 255 = 83%
G 156 of 255 = 61%
B 218 of 255 = 85%

211
156
218

R + G + B ~ 76%. #D39CDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 156 + 218 = 585 (100%)
R 211 of 585 ~ 36.07%
G 156 of 585 ~ 26.67%
B 218 of 585 ~ 37.26%

%36.07
%26.67
%37.26

CMYK color model

#D39CDA color CMYK value is (3,28,0,15).

  • cyan value is 3.21%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,28,0,15)
C3M28Y0K15 
(3%,28%,0%,15%)
(0.03/0.28/0.00/0.15)	

CMYK percentages

%3.21
%28.44
%0
%14.51

Codes

Color #D39CDA in popluar color models

D39CDA
RGB211156218
HSL293°45.59%73.33%
HSB/HSV293°28.44%85.49%
CMYK3.21%28.44%0.00%
14.51%

Color #D39CDA in popluar number systems.

HEXD39CDA
Decimal211156218
Binary110100111001110011011010
Octal323234332

Shades and tints

Shades of #D39CDA

#D39CDA
(211,156,218)
#C08EC7
(192,142,199)
#AD80B4
(173,128,180)
#9A72A1
(154,114,161)
#87648E
(135,100,142)
#74567B
(116,86,123)
#614868
(97,72,104)
#4E3A55
(78,58,85)
#3B2C42
(59,44,66)
#281E2F
(40,30,47)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #D39CDA

#D39CDA
(211,156,218)
#D7A5DD
(215,165,221)
#DBAEE0
(219,174,224)
#DFB7E3
(223,183,227)
#E3C0E6
(227,192,230)
#E7C9E9
(231,201,233)
#EBD2EC
(235,210,236)
#EFDBEF
(239,219,239)
#F3E4F2
(243,228,242)
#F7EDF5
(247,237,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39CDA color. Also use rgb(211,156,218) instead hex code.

Text Font Color

.myTextColor { color: #D39CDA; }

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

This text font color is #D39CDA.


Background Color

.myBgColor { background-color: #D39CDA; }

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

This div background color is #D39CDA.


Border color

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

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

This div border color is #D39CDA.


Opacity

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

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

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

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

This text has shadow with #D39CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39CDA on black background.


Color preview on white background

This text has color #D39CDA on white background.



Black color preview on #D39CDA background

This text has black color on #D39CDA background.


White color preview on #D39CDA background

This text has white color on #D39CDA background.