HEX: #D59DAD
RGB: (213,157,173)
#D59DAD contains red, green and blue colors in about the same proportion. Web safe color of #D59DAD is #CC9999 (or #C99).
#D59DAD color RGB value is (213,157,173).
RGB: (213,157,173)
(84%, 62%, 68%)
R 213 of 255 = 84%
G 157 of 255 = 62%
B 173 of 255 = 68%
R + G + B ~ 71%. #D59DAD is quite light color.
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'%
#D59DAD color CMYK value is (0,26,19,16).
CMYK: (0,26,19,16) C0M26Y19K16 (0%,26%,19%,16%) (0.00/0.26/0.19/0.16)
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 of #D59DAD
Tints of #D59DAD
Examples of css and html codes for elements with #D59DAD color. Also use rgb(213,157,173) instead hex code.
.myTextColor { color: #D59DAD; }
<p style="color:#D59DAD">This sample text font color is #D59DAD.</p>
This text font color is #D59DAD.
.myBgColor { background-color: #D59DAD; }
<div style="background-color:#D59DAD">Inner text</div>
This div background color is #D59DAD.
.myBorderColor { border: 1px solid #D59DAD; }
<div style="border:3px solid #D59DAD">Div</div>
This div border color is #D59DAD.
.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%.
.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.
/* 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 text has color #D59DAD on black background.
This text has color #D59DAD on white background.
This text has black color on #D59DAD background.
This text has white color on #D59DAD background.
Complementary color for #hex is #2A6252.