COLOR #D39CDB

HEX: #D39CDB RGB: (211,156,219)

Color info

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

RGB color model

#D39CDB color RGB value is (211,156,219).

RGB: (211,156,219) (83%, 61%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 156 of 255 = 61%
B 219 of 255 = 86%

211
156
219

R + G + B ~ 77%. #D39CDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 156 + 219 = 586 (100%)
R 211 of 586 ~ 36.01%
G 156 of 586 ~ 26.62%
B 219 of 586 ~ 37.37'%

%36.01
%26.62
%37.37

CMYK color model

#D39CDB color CMYK value is (4,29,0,14).

  • cyan value is 3.65%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,29,0,14)
C4M29Y0K14 (4%, 29%, 0%, 14%)
(0.04 / 0.29 / 0.00 / 0.14)

CMYK percentages

%3.65
%28.77
%0
%14.12

Codes

Color #D39CDB in popluar color models

D3 9C DB
RGB 211 156 219
HSL 292° 46.67% 73.53%
HSB/HSV 292° 28.77% 85.88%
CMYK 3.65% 28.77% 0.00%
14.12%

Color #D39CDB in popluar number systems.

HEX D3 9C DB
Decimal 211 156 219
Binary 11010011 10011100 11011011
Octal 323 234 333

Shades and tints

Shades of #D39CDB

#D39CDB
(211,156,219)
#C08EC8
(192,142,200)
#AD80B5
(173,128,181)
#9A72A2
(154,114,162)
#87648F
(135,100,143)
#74567C
(116,86,124)
#614869
(97,72,105)
#4E3A56
(78,58,86)
#3B2C43
(59,44,67)
#281E30
(40,30,48)
#15101D
(21,16,29)
#000000
(0,0,0)

Tints of #D39CDB

#D39CDB
(211,156,219)
#D7A5DE
(215,165,222)
#DBAEE1
(219,174,225)
#DFB7E4
(223,183,228)
#E3C0E7
(227,192,231)
#E7C9EA
(231,201,234)
#EBD2ED
(235,210,237)
#EFDBF0
(239,219,240)
#F3E4F3
(243,228,243)
#F7EDF6
(247,237,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39CDB; }

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

This text font color is #D39CDB.

Background Color

.myBgColor { background-color: #D39CDB; }

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

This div background color is #D39CDB.

Border color

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

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

This div border color is #D39CDB.

Opacity

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

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

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

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

This text has shadow with #D39CDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39CDB.

Preview

Color preview on black background

This text has color #D39CDB on black background.


Color preview on white background

This text has color #D39CDB on white background.


Black color preview on #D39CDB background

This text has black color on #D39CDB background.


White color preview on #D39CDB background

This text has white color on #D39CDB background.


Related colors

Complementary color

Complementary color for #hex is #2C6324.


I love getcolorcode.com

Triadic colors

1 #DBD39C and #9CDBD3 with #D39CDB are triadic colors.

2 #DB9CD3 and #9CD3DB with #D39CDB are triadic colors.