COLOR #D59EDE

HEX: #D59EDE
RGB: (213,158,222)

Color info

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

RGB color model

#D59EDE color RGB value is (213,158,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 158 of 255 = 62%
B 222 of 255 = 87%

213
158
222

R + G + B ~ 78%. #D59EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 158 + 222 = 593 (100%)
R 213 of 593 ~ 35.92%
G 158 of 593 ~ 26.64%
B 222 of 593 ~ 37.44%

%35.92
%26.64
%37.44

CMYK color model

#D59EDE color CMYK value is (4,29,0,13).

  • cyan value is 4.05%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,29,0,13)
C4M29Y0K13 
(4%,29%,0%,13%)
(0.04/0.29/0.00/0.13)	

CMYK percentages

%4.05
%28.83
%0
%12.94

Codes

Color #D59EDE in popluar color models

D59EDE
RGB213158222
HSL292°49.23%74.51%
HSB/HSV292°28.83%87.06%
CMYK4.05%28.83%0.00%
12.94%

Color #D59EDE in popluar number systems.

HEXD59EDE
Decimal213158222
Binary110101011001111011011110
Octal325236336

Shades and tints

Shades of #D59EDE

#D59EDE
(213,158,222)
#C290CA
(194,144,202)
#AF82B6
(175,130,182)
#9C74A2
(156,116,162)
#89668E
(137,102,142)
#76587A
(118,88,122)
#634A66
(99,74,102)
#503C52
(80,60,82)
#3D2E3E
(61,46,62)
#2A202A
(42,32,42)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #D59EDE

#D59EDE
(213,158,222)
#D8A6E1
(216,166,225)
#DBAEE4
(219,174,228)
#DEB6E7
(222,182,231)
#E1BEEA
(225,190,234)
#E4C6ED
(228,198,237)
#E7CEF0
(231,206,240)
#EAD6F3
(234,214,243)
#EDDEF6
(237,222,246)
#F0E6F9
(240,230,249)
#F3EEFC
(243,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59EDE; }

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

This text font color is #D59EDE.


Background Color

.myBgColor { background-color: #D59EDE; }

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

This div background color is #D59EDE.


Border color

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

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

This div border color is #D59EDE.


Opacity

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

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

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

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

This text has shadow with #D59EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59EDE on black background.


Color preview on white background

This text has color #D59EDE on white background.



Black color preview on #D59EDE background

This text has black color on #D59EDE background.


White color preview on #D59EDE background

This text has white color on #D59EDE background.