COLOR #D59DAD

HEX: #D59DAD RGB: (213,157,173)

Color info

#D59DAD contains red, green and blue colors in about the same proportion. Web safe color of #D59DAD is #CC9999 (or #C99).

RGB color model

#D59DAD color RGB value is (213,157,173).

RGB: (213,157,173) (84%, 62%, 68%)

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 173 of 255 = 68%

213
157
173

R + G + B ~ 71%. #D59DAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 157 + 173 = 543 (100%)
R 213 of 543 ~ 39.23%
G 157 of 543 ~ 28.91%
B 173 of 543 ~ 31.86'%

%39.23
%28.91
%31.86

CMYK color model

#D59DAD color CMYK value is (0,26,19,16).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK: (0,26,19,16) C0M26Y19K16 (0%,26%,19%,16%) (0.00/0.26/0.19/0.16) 

CMYK percentages

%0
%26.29
%18.78
%16.47

Codes

Color #D59DAD in popluar color models

D5 9D AD
RGB 213 157 173
HSL 343° 40.00% 72.55%
HSB/HSV 343° 26.29% 83.53%
CMYK 0.00% 26.29% 18.78%
16.47%

Color #D59DAD in popluar number systems.

HEX D5 9D AD
Decimal 213 157 173
Binary 11010101 10011101 10101101
Octal 325 235 255

Shades and tints

Shades of #D59DAD

#D59DAD
(213,157,173)
#C28F9E
(194,143,158)
#AF818F
(175,129,143)
#9C7380
(156,115,128)
#896571
(137,101,113)
#765762
(118,87,98)
#634953
(99,73,83)
#503B44
(80,59,68)
#3D2D35
(61,45,53)
#2A1F26
(42,31,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #D59DAD

#D59DAD
(213,157,173)
#D8A5B4
(216,165,180)
#DBADBB
(219,173,187)
#DEB5C2
(222,181,194)
#E1BDC9
(225,189,201)
#E4C5D0
(228,197,208)
#E7CDD7
(231,205,215)
#EAD5DE
(234,213,222)
#EDDDE5
(237,221,229)
#F0E5EC
(240,229,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59DAD color. Also use rgb(213,157,173) instead hex code.

Text Font Color

.myTextColor { color: #D59DAD; }

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

This text font color is #D59DAD.

Background Color

.myBgColor { background-color: #D59DAD; }

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

This div background color is #D59DAD.

Border color

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

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

This div border color is #D59DAD.

Opacity

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

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

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

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

This text has shadow with #D59DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59DAD.

Preview

Color preview on black background

This text has color #D59DAD on black background.


Color preview on white background

This text has color #D59DAD on white background.


Black color preview on #D59DAD background

This text has black color on #D59DAD background.


White color preview on #D59DAD background

This text has white color on #D59DAD background.


Related colors

Complementary color

Complementary color for #hex is #2A6252.


I love getcolorcode.com

Triadic colors

1 #ADD59D and #9DADD5 with #D59DAD are triadic colors.

2 #AD9DD5 and #9DD5AD with #D59DAD are triadic colors.