COLOR #D59ACC

HEX: #D59ACC RGB: (213,154,204)

Color info

#D59ACC contains red, green and blue colors in about the same proportion. Web safe color of #D59ACC is #CC99CC (or #C9C).

RGB color model

#D59ACC color RGB value is (213,154,204).

RGB: (213,154,204) (84%, 60%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 154 of 255 = 60%
B 204 of 255 = 80%

213
154
204

R + G + B ~ 75%. #D59ACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 154 + 204 = 571 (100%)
R 213 of 571 ~ 37.3%
G 154 of 571 ~ 26.97%
B 204 of 571 ~ 35.73'%

%37.3
%26.97
%35.73

CMYK color model

#D59ACC color CMYK value is (0,28,4,16).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 4.23%
  • key color value is 16.47%

CMYK: (0,28,4,16)
C0M28Y4K16 (0%, 28%, 4%, 16%)
(0.00 / 0.28 / 0.04 / 0.16)

CMYK percentages

%0
%27.7
%4.23
%16.47

Codes

Color #D59ACC in popluar color models

D5 9A CC
RGB 213 154 204
HSL 309° 41.26% 71.96%
HSB/HSV 309° 27.70% 83.53%
CMYK 0.00% 27.70% 4.23%
16.47%

Color #D59ACC in popluar number systems.

HEX D5 9A CC
Decimal 213 154 204
Binary 11010101 10011010 11001100
Octal 325 232 314

Shades and tints

Shades of #D59ACC

#D59ACC
(213,154,204)
#C28CBA
(194,140,186)
#AF7EA8
(175,126,168)
#9C7096
(156,112,150)
#896284
(137,98,132)
#765472
(118,84,114)
#634660
(99,70,96)
#50384E
(80,56,78)
#3D2A3C
(61,42,60)
#2A1C2A
(42,28,42)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #D59ACC

#D59ACC
(213,154,204)
#D8A3D0
(216,163,208)
#DBACD4
(219,172,212)
#DEB5D8
(222,181,216)
#E1BEDC
(225,190,220)
#E4C7E0
(228,199,224)
#E7D0E4
(231,208,228)
#EAD9E8
(234,217,232)
#EDE2EC
(237,226,236)
#F0EBF0
(240,235,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59ACC; }

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

This text font color is #D59ACC.

Background Color

.myBgColor { background-color: #D59ACC; }

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

This div background color is #D59ACC.

Border color

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

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

This div border color is #D59ACC.

Opacity

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

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

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

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

This text has shadow with #D59ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59ACC.

Preview

Color preview on black background

This text has color #D59ACC on black background.


Color preview on white background

This text has color #D59ACC on white background.


Black color preview on #D59ACC background

This text has black color on #D59ACC background.


White color preview on #D59ACC background

This text has white color on #D59ACC background.


Related colors

Complementary color

Complementary color for #hex is #2A6533.


I love getcolorcode.com

Triadic colors

1 #CCD59A and #9ACCD5 with #D59ACC are triadic colors.

2 #CC9AD5 and #9AD5CC with #D59ACC are triadic colors.