COLOR #D39ED4

HEX: #D39ED4
RGB: (211,158,212)

Color info

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

RGB color model

#D39ED4 color RGB value is (211,158,212).

  • red value is 211;
  • green value is 158;
  • blue value is 212.
RGB:
(211,158,212)
(83%,62%,83%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 212 of 255 = 83%

211
158
212

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

Portions of RGB colors in percentages

R + G + B =
211 + 158 + 212 = 581 (100%)
R 211 of 581 ~ 36.32%
G 158 of 581 ~ 27.19%
B 212 of 581 ~ 36.49%

%36.32
%27.19
%36.49

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(0,25,0,17)
C0M25Y0K17 
(0%,25%,0%,17%)
(0.00/0.25/0.00/0.17)	

CMYK percentages

%0.47
%25.47
%0
%16.86

Codes

Color #D39ED4 in popluar color models

D39ED4
RGB211158212
HSL299°38.57%72.55%
HSB/HSV299°25.47%83.14%
CMYK0.47%25.47%0.00%
16.86%

Color #D39ED4 in popluar number systems.

HEXD39ED4
Decimal211158212
Binary110100111001111011010100
Octal323236324

Shades and tints

Shades of #D39ED4

#D39ED4
(211,158,212)
#C090C1
(192,144,193)
#AD82AE
(173,130,174)
#9A749B
(154,116,155)
#876688
(135,102,136)
#745875
(116,88,117)
#614A62
(97,74,98)
#4E3C4F
(78,60,79)
#3B2E3C
(59,46,60)
#282029
(40,32,41)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #D39ED4

#D39ED4
(211,158,212)
#D7A6D7
(215,166,215)
#DBAEDA
(219,174,218)
#DFB6DD
(223,182,221)
#E3BEE0
(227,190,224)
#E7C6E3
(231,198,227)
#EBCEE6
(235,206,230)
#EFD6E9
(239,214,233)
#F3DEEC
(243,222,236)
#F7E6EF
(247,230,239)
#FBEEF2
(251,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39ED4 color. Also use rgb(211,158,212) instead hex code.

Text Font Color

.myTextColor { color: #D39ED4; }

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

This text font color is #D39ED4.


Background Color

.myBgColor { background-color: #D39ED4; }

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

This div background color is #D39ED4.


Border color

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

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

This div border color is #D39ED4.


Opacity

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

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

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

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

This text has shadow with #D39ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39ED4 on black background.


Color preview on white background

This text has color #D39ED4 on white background.



Black color preview on #D39ED4 background

This text has black color on #D39ED4 background.


White color preview on #D39ED4 background

This text has white color on #D39ED4 background.