COLOR #D59CDE

HEX: #D59CDE RGB: (213,156,222)

Color info

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

RGB color model

#D59CDE color RGB value is (213,156,222).

RGB: (213,156,222) (84%, 61%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 156 of 255 = 61%
B 222 of 255 = 87%

213
156
222

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

Portions of RGB colors in percentages

R + G + B = 213 + 156 + 222 = 591 (100%)
R 213 of 591 ~ 36.04%
G 156 of 591 ~ 26.4%
B 222 of 591 ~ 37.56'%

%36.04
%26.4
%37.56

CMYK color model

#D59CDE color CMYK value is (4,30,0,13).

  • cyan value is 4.05%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (4,30,0,13)
C4M30Y0K13 (4%, 30%, 0%, 13%)
(0.04 / 0.30 / 0.00 / 0.13)

CMYK percentages

%4.05
%29.73
%0
%12.94

Codes

Color #D59CDE in popluar color models

D5 9C DE
RGB 213 156 222
HSL 292° 50.00% 74.12%
HSB/HSV 292° 29.73% 87.06%
CMYK 4.05% 29.73% 0.00%
12.94%

Color #D59CDE in popluar number systems.

HEX D5 9C DE
Decimal 213 156 222
Binary 11010101 10011100 11011110
Octal 325 234 336

Shades and tints

Shades of #D59CDE

#D59CDE
(213,156,222)
#C28ECA
(194,142,202)
#AF80B6
(175,128,182)
#9C72A2
(156,114,162)
#89648E
(137,100,142)
#76567A
(118,86,122)
#634866
(99,72,102)
#503A52
(80,58,82)
#3D2C3E
(61,44,62)
#2A1E2A
(42,30,42)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #D59CDE

#D59CDE
(213,156,222)
#D8A5E1
(216,165,225)
#DBAEE4
(219,174,228)
#DEB7E7
(222,183,231)
#E1C0EA
(225,192,234)
#E4C9ED
(228,201,237)
#E7D2F0
(231,210,240)
#EADBF3
(234,219,243)
#EDE4F6
(237,228,246)
#F0EDF9
(240,237,249)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59CDE; }

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

This text font color is #D59CDE.

Background Color

.myBgColor { background-color: #D59CDE; }

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

This div background color is #D59CDE.

Border color

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

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

This div border color is #D59CDE.

Opacity

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

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

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

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

This text has shadow with #D59CDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59CDE.

Preview

Color preview on black background

This text has color #D59CDE on black background.


Color preview on white background

This text has color #D59CDE on white background.


Black color preview on #D59CDE background

This text has black color on #D59CDE background.


White color preview on #D59CDE background

This text has white color on #D59CDE background.


Related colors

Complementary color

Complementary color for #hex is #2A6321.


I love getcolorcode.com

Triadic colors

1 #DED59C and #9CDED5 with #D59CDE are triadic colors.

2 #DE9CD5 and #9CD5DE with #D59CDE are triadic colors.