COLOR #D39ADE

HEX: #D39ADE
RGB: (211,154,222)

Color info

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

RGB color model

#D39ADE color RGB value is (211,154,222).

  • red value is 211;
  • green value is 154;
  • blue value is 222.
RGB:
(211,154,222)
(83%,60%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 154 of 255 = 60%
B 222 of 255 = 87%

211
154
222

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

Portions of RGB colors in percentages

R + G + B =
211 + 154 + 222 = 587 (100%)
R 211 of 587 ~ 35.95%
G 154 of 587 ~ 26.24%
B 222 of 587 ~ 37.82%

%35.95
%26.24
%37.82

CMYK color model

#D39ADE color CMYK value is (5,31,0,13).

  • cyan value is 4.95%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,31,0,13)
C5M31Y0K13 
(5%,31%,0%,13%)
(0.05/0.31/0.00/0.13)	

CMYK percentages

%4.95
%30.63
%0
%12.94

Codes

Color #D39ADE in popluar color models

D39ADE
RGB211154222
HSL290°50.75%73.73%
HSB/HSV290°30.63%87.06%
CMYK4.95%30.63%0.00%
12.94%

Color #D39ADE in popluar number systems.

HEXD39ADE
Decimal211154222
Binary110100111001101011011110
Octal323232336

Shades and tints

Shades of #D39ADE

#D39ADE
(211,154,222)
#C08CCA
(192,140,202)
#AD7EB6
(173,126,182)
#9A70A2
(154,112,162)
#87628E
(135,98,142)
#74547A
(116,84,122)
#614666
(97,70,102)
#4E3852
(78,56,82)
#3B2A3E
(59,42,62)
#281C2A
(40,28,42)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #D39ADE

#D39ADE
(211,154,222)
#D7A3E1
(215,163,225)
#DBACE4
(219,172,228)
#DFB5E7
(223,181,231)
#E3BEEA
(227,190,234)
#E7C7ED
(231,199,237)
#EBD0F0
(235,208,240)
#EFD9F3
(239,217,243)
#F3E2F6
(243,226,246)
#F7EBF9
(247,235,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39ADE color. Also use rgb(211,154,222) instead hex code.

Text Font Color

.myTextColor { color: #D39ADE; }

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

This text font color is #D39ADE.


Background Color

.myBgColor { background-color: #D39ADE; }

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

This div background color is #D39ADE.


Border color

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

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

This div border color is #D39ADE.


Opacity

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

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

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

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

This text has shadow with #D39ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39ADE on black background.


Color preview on white background

This text has color #D39ADE on white background.



Black color preview on #D39ADE background

This text has black color on #D39ADE background.


White color preview on #D39ADE background

This text has white color on #D39ADE background.