COLOR #D39EF6

HEX: #D39EF6 RGB: (211,158,246)

Color info

#D39EF6 contains mainly red and blue colors. Web safe color of #D39EF6 is #CC99FF (or #C9F).

RGB color model

#D39EF6 color RGB value is (211,158,246).

RGB: (211,158,246) (83%, 62%, 96%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 246 of 255 = 96%

211
158
246

R + G + B ~ 80%. #D39EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 158 + 246 = 615 (100%)
R 211 of 615 ~ 34.31%
G 158 of 615 ~ 25.69%
B 246 of 615 ~ 40'%

%34.31
%25.69
%40

CMYK color model

#D39EF6 color CMYK value is (14,36,0,4).

  • cyan value is 14.23%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (14,36,0,4)
C14M36Y0K4 (14%, 36%, 0%, 4%)
(0.14 / 0.36 / 0.00 / 0.04)

CMYK percentages

%14.23
%35.77
%0
%3.53

Codes

Color #D39EF6 in popluar color models

D3 9E F6
RGB 211 158 246
HSL 276° 83.02% 79.22%
HSB/HSV 276° 35.77% 96.47%
CMYK 14.23% 35.77% 0.00%
3.53%

Color #D39EF6 in popluar number systems.

HEX D3 9E F6
Decimal 211 158 246
Binary 11010011 10011110 11110110
Octal 323 236 366

Shades and tints

Shades of #D39EF6

#D39EF6
(211,158,246)
#C090E0
(192,144,224)
#AD82CA
(173,130,202)
#9A74B4
(154,116,180)
#87669E
(135,102,158)
#745888
(116,88,136)
#614A72
(97,74,114)
#4E3C5C
(78,60,92)
#3B2E46
(59,46,70)
#282030
(40,32,48)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #D39EF6

#D39EF6
(211,158,246)
#D7A6F6
(215,166,246)
#DBAEF6
(219,174,246)
#DFB6F6
(223,182,246)
#E3BEF6
(227,190,246)
#E7C6F6
(231,198,246)
#EBCEF6
(235,206,246)
#EFD6F6
(239,214,246)
#F3DEF6
(243,222,246)
#F7E6F6
(247,230,246)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39EF6; }

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

This text font color is #D39EF6.

Background Color

.myBgColor { background-color: #D39EF6; }

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

This div background color is #D39EF6.

Border color

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

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

This div border color is #D39EF6.

Opacity

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

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

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

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

This text has shadow with #D39EF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39EF6.

Preview

Color preview on black background

This text has color #D39EF6 on black background.


Color preview on white background

This text has color #D39EF6 on white background.


Black color preview on #D39EF6 background

This text has black color on #D39EF6 background.


White color preview on #D39EF6 background

This text has white color on #D39EF6 background.


Related colors

Complementary color

Complementary color for #hex is #2C6109.


I love getcolorcode.com

Triadic colors

1 #F6D39E and #9EF6D3 with #D39EF6 are triadic colors.

2 #F69ED3 and #9ED3F6 with #D39EF6 are triadic colors.