COLOR #D59AE1

HEX: #D59AE1 RGB: (213,154,225)

Color info

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

RGB color model

#D59AE1 color RGB value is (213,154,225).

RGB: (213,154,225) (84%, 60%, 88%)

RGB channels and saturation

R 213 of 255 = 84%
G 154 of 255 = 60%
B 225 of 255 = 88%

213
154
225

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

Portions of RGB colors in percentages

R + G + B = 213 + 154 + 225 = 592 (100%)
R 213 of 592 ~ 35.98%
G 154 of 592 ~ 26.01%
B 225 of 592 ~ 38.01'%

%35.98
%26.01
%38.01

CMYK color model

#D59AE1 color CMYK value is (5,32,0,12).

  • cyan value is 5.33%
  • magenta value is 31.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (5,32,0,12)
C5M32Y0K12 (5%, 32%, 0%, 12%)
(0.05 / 0.32 / 0.00 / 0.12)

CMYK percentages

%5.33
%31.56
%0
%11.76

Codes

Color #D59AE1 in popluar color models

D5 9A E1
RGB 213 154 225
HSL 290° 54.20% 74.31%
HSB/HSV 290° 31.56% 88.24%
CMYK 5.33% 31.56% 0.00%
11.76%

Color #D59AE1 in popluar number systems.

HEX D5 9A E1
Decimal 213 154 225
Binary 11010101 10011010 11100001
Octal 325 232 341

Shades and tints

Shades of #D59AE1

#D59AE1
(213,154,225)
#C28CCD
(194,140,205)
#AF7EB9
(175,126,185)
#9C70A5
(156,112,165)
#896291
(137,98,145)
#76547D
(118,84,125)
#634669
(99,70,105)
#503855
(80,56,85)
#3D2A41
(61,42,65)
#2A1C2D
(42,28,45)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #D59AE1

#D59AE1
(213,154,225)
#D8A3E3
(216,163,227)
#DBACE5
(219,172,229)
#DEB5E7
(222,181,231)
#E1BEE9
(225,190,233)
#E4C7EB
(228,199,235)
#E7D0ED
(231,208,237)
#EAD9EF
(234,217,239)
#EDE2F1
(237,226,241)
#F0EBF3
(240,235,243)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59AE1; }

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

This text font color is #D59AE1.

Background Color

.myBgColor { background-color: #D59AE1; }

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

This div background color is #D59AE1.

Border color

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

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

This div border color is #D59AE1.

Opacity

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

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

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

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

This text has shadow with #D59AE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59AE1.

Preview

Color preview on black background

This text has color #D59AE1 on black background.


Color preview on white background

This text has color #D59AE1 on white background.


Black color preview on #D59AE1 background

This text has black color on #D59AE1 background.


White color preview on #D59AE1 background

This text has white color on #D59AE1 background.


Related colors

Complementary color

Complementary color for #hex is #2A651E.


I love getcolorcode.com

Triadic colors

1 #E1D59A and #9AE1D5 with #D59AE1 are triadic colors.

2 #E19AD5 and #9AD5E1 with #D59AE1 are triadic colors.