COLOR #D59ADE

HEX: #D59ADE RGB: (213,154,222)

Color info

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

RGB color model

#D59ADE color RGB value is (213,154,222).

RGB: (213,154,222) (84%, 60%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 154 of 255 = 60%
B 222 of 255 = 87%

213
154
222

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

Portions of RGB colors in percentages

R + G + B = 213 + 154 + 222 = 589 (100%)
R 213 of 589 ~ 36.16%
G 154 of 589 ~ 26.15%
B 222 of 589 ~ 37.69'%

%36.16
%26.15
%37.69

CMYK color model

#D59ADE color CMYK value is (4,31,0,13).

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

CMYK: (4,31,0,13)
C4M31Y0K13 (4%, 31%, 0%, 13%)
(0.04 / 0.31 / 0.00 / 0.13)

CMYK percentages

%4.05
%30.63
%0
%12.94

Codes

Color #D59ADE in popluar color models

D5 9A DE
RGB 213 154 222
HSL 292° 50.75% 73.73%
HSB/HSV 292° 30.63% 87.06%
CMYK 4.05% 30.63% 0.00%
12.94%

Color #D59ADE in popluar number systems.

HEX D5 9A DE
Decimal 213 154 222
Binary 11010101 10011010 11011110
Octal 325 232 336

Shades and tints

Shades of #D59ADE

#D59ADE
(213,154,222)
#C28CCA
(194,140,202)
#AF7EB6
(175,126,182)
#9C70A2
(156,112,162)
#89628E
(137,98,142)
#76547A
(118,84,122)
#634666
(99,70,102)
#503852
(80,56,82)
#3D2A3E
(61,42,62)
#2A1C2A
(42,28,42)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #D59ADE

#D59ADE
(213,154,222)
#D8A3E1
(216,163,225)
#DBACE4
(219,172,228)
#DEB5E7
(222,181,231)
#E1BEEA
(225,190,234)
#E4C7ED
(228,199,237)
#E7D0F0
(231,208,240)
#EAD9F3
(234,217,243)
#EDE2F6
(237,226,246)
#F0EBF9
(240,235,249)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59ADE; }

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

This text font color is #D59ADE.

Background Color

.myBgColor { background-color: #D59ADE; }

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

This div background color is #D59ADE.

Border color

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

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

This div border color is #D59ADE.

Opacity

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

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

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

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

This text has shadow with #D59ADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59ADE.

Preview

Color preview on black background

This text has color #D59ADE on black background.


Color preview on white background

This text has color #D59ADE on white background.


Black color preview on #D59ADE background

This text has black color on #D59ADE background.


White color preview on #D59ADE background

This text has white color on #D59ADE background.


Related colors

Complementary color

Complementary color for #hex is #2A6521.


I love getcolorcode.com

Triadic colors

1 #DED59A and #9ADED5 with #D59ADE are triadic colors.

2 #DE9AD5 and #9AD5DE with #D59ADE are triadic colors.