COLOR #D59AE5

HEX: #D59AE5 RGB: (213,154,229)

Color info

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

RGB color model

#D59AE5 color RGB value is (213,154,229).

RGB: (213,154,229) (84%, 60%, 90%)

RGB channels and saturation

R 213 of 255 = 84%
G 154 of 255 = 60%
B 229 of 255 = 90%

213
154
229

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

Portions of RGB colors in percentages

R + G + B = 213 + 154 + 229 = 596 (100%)
R 213 of 596 ~ 35.74%
G 154 of 596 ~ 25.84%
B 229 of 596 ~ 38.42'%

%35.74
%25.84
%38.42

CMYK color model

#D59AE5 color CMYK value is (7,33,0,10).

  • cyan value is 6.99%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (7,33,0,10)
C7M33Y0K10 (7%, 33%, 0%, 10%)
(0.07 / 0.33 / 0.00 / 0.10)

CMYK percentages

%6.99
%32.75
%0
%10.2

Codes

Color #D59AE5 in popluar color models

D5 9A E5
RGB 213 154 229
HSL 287° 59.06% 75.10%
HSB/HSV 287° 32.75% 89.80%
CMYK 6.99% 32.75% 0.00%
10.20%

Color #D59AE5 in popluar number systems.

HEX D5 9A E5
Decimal 213 154 229
Binary 11010101 10011010 11100101
Octal 325 232 345

Shades and tints

Shades of #D59AE5

#D59AE5
(213,154,229)
#C28CD1
(194,140,209)
#AF7EBD
(175,126,189)
#9C70A9
(156,112,169)
#896295
(137,98,149)
#765481
(118,84,129)
#63466D
(99,70,109)
#503859
(80,56,89)
#3D2A45
(61,42,69)
#2A1C31
(42,28,49)
#170E1D
(23,14,29)
#000000
(0,0,0)

Tints of #D59AE5

#D59AE5
(213,154,229)
#D8A3E7
(216,163,231)
#DBACE9
(219,172,233)
#DEB5EB
(222,181,235)
#E1BEED
(225,190,237)
#E4C7EF
(228,199,239)
#E7D0F1
(231,208,241)
#EAD9F3
(234,217,243)
#EDE2F5
(237,226,245)
#F0EBF7
(240,235,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59AE5; }

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

This text font color is #D59AE5.

Background Color

.myBgColor { background-color: #D59AE5; }

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

This div background color is #D59AE5.

Border color

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

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

This div border color is #D59AE5.

Opacity

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

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

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

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

This text has shadow with #D59AE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59AE5.

Preview

Color preview on black background

This text has color #D59AE5 on black background.


Color preview on white background

This text has color #D59AE5 on white background.


Black color preview on #D59AE5 background

This text has black color on #D59AE5 background.


White color preview on #D59AE5 background

This text has white color on #D59AE5 background.


Related colors

Complementary color

Complementary color for #hex is #2A651A.


I love getcolorcode.com

Triadic colors

1 #E5D59A and #9AE5D5 with #D59AE5 are triadic colors.

2 #E59AD5 and #9AD5E5 with #D59AE5 are triadic colors.