COLOR #D59EE5

HEX: #D59EE5
RGB: (213,158,229)

Color info

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

RGB color model

#D59EE5 color RGB value is (213,158,229).

  • red value is 213;
  • green value is 158;
  • blue value is 229.
RGB:
(213,158,229)
(84%,62%,90%)

RGB channels and saturation

R 213 of 255 = 84%
G 158 of 255 = 62%
B 229 of 255 = 90%

213
158
229

R + G + B ~ 79%. #D59EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 158 + 229 = 600 (100%)
R 213 of 600 ~ 35.5%
G 158 of 600 ~ 26.33%
B 229 of 600 ~ 38.17%

%35.5
%26.33
%38.17

CMYK color model

#D59EE5 color CMYK value is (7,31,0,10).

  • cyan value is 6.99%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,31,0,10)
C7M31Y0K10 
(7%,31%,0%,10%)
(0.07/0.31/0.00/0.10)	

CMYK percentages

%6.99
%31
%0
%10.2

Codes

Color #D59EE5 in popluar color models

D59EE5
RGB213158229
HSL286°57.72%75.88%
HSB/HSV286°31.00%89.80%
CMYK6.99%31.00%0.00%
10.20%

Color #D59EE5 in popluar number systems.

HEXD59EE5
Decimal213158229
Binary110101011001111011100101
Octal325236345

Shades and tints

Shades of #D59EE5

#D59EE5
(213,158,229)
#C290D1
(194,144,209)
#AF82BD
(175,130,189)
#9C74A9
(156,116,169)
#896695
(137,102,149)
#765881
(118,88,129)
#634A6D
(99,74,109)
#503C59
(80,60,89)
#3D2E45
(61,46,69)
#2A2031
(42,32,49)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #D59EE5

#D59EE5
(213,158,229)
#D8A6E7
(216,166,231)
#DBAEE9
(219,174,233)
#DEB6EB
(222,182,235)
#E1BEED
(225,190,237)
#E4C6EF
(228,198,239)
#E7CEF1
(231,206,241)
#EAD6F3
(234,214,243)
#EDDEF5
(237,222,245)
#F0E6F7
(240,230,247)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59EE5 color. Also use rgb(213,158,229) instead hex code.

Text Font Color

.myTextColor { color: #D59EE5; }

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

This text font color is #D59EE5.


Background Color

.myBgColor { background-color: #D59EE5; }

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

This div background color is #D59EE5.


Border color

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

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

This div border color is #D59EE5.


Opacity

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

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

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

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

This text has shadow with #D59EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59EE5 on black background.


Color preview on white background

This text has color #D59EE5 on white background.



Black color preview on #D59EE5 background

This text has black color on #D59EE5 background.


White color preview on #D59EE5 background

This text has white color on #D59EE5 background.