Shades of Rose #D59D87
Tints of Rose #D59D87
RGB
CMYK
RGB Variations
Color information
#D59D87 (or 0xD59D87) is known color: Rose. HEX triplet: D5, 9D and 87. RGB value is (213,157,135). Sum of RGB (Red+Green+Blue) = 213+157+135=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D87 is #2A6278. Grayscale: #ABABAB. Windows color (decimal): -2777721 or 8887765. OLE color: 8887765.
HSL color Cylindrical-coordinate representation of color #D59D87: hue angle of 16.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59D87 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 135 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.16 |
| HSL | 16.92º | 0.48% | 0.68% | - |
| HSV(B) | 16.92º | 0.37% | 0.84% | - |
| XYZ | 43.87 | 40.01 | 28.33 | - |
| YUV | 171.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 135 | 0 | 0.26 | 0.37 | 0.16 | 16.92 | 0.48 | 0.68 |
| Hex | D5 | 9D | 87 | 0 | 1A | 25 | 10 | 11 | 30 | 44 |
| Octal | 325 | 235 | 207 | 0 | 32 | 45 | 20 | 21 | 60 | 104 |
| Binary | 11010101 | 10011101 | 10000111 | 0 | 11010 | 100101 | 10000 | 10001 | 110000 | 1000100 |
Color Harmonies of #D59D87
Complementary color
Monochromatic Colors of #D59D87
Black with #D59D87
Text Example
Text Example
White with #D59D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D87; }
p { color: rgb(213,157,135); }
H1.HeaderClassName
{
color: #D59D87;
}
.AnyTagClassName
{
color: #D59D87;
}
</style>
background-color css
<style>
a { background-color: #D59D87; }
a { background-color: rgb(213,157,135); }
div.DivClassName
{
background-color: #D59D87;
}
.BgClassName
{
background-color: #D59D87;
}
</style>
border-color css
<style>
span { border-color: #D59D87; }
span { border-color: rgb(213,157,135); }
td.TdClassName
{
border-color: #D59D87;
}
.TagClassName
{
border-color: #D59D87;
}
</style>