Shades of Rose #D59D91
Tints of Rose #D59D91
RGB
CMYK
RGB Variations
Color information
#D59D91 (or 0xD59D91) is known color: Rose. HEX triplet: D5, 9D and 91. RGB value is (213,157,145). Sum of RGB (Red+Green+Blue) = 213+157+145=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D91 is #2A626E. Grayscale: #ACACAC. Windows color (decimal): -2777711 or 9543125. OLE color: 9543125.
HSL color Cylindrical-coordinate representation of color #D59D91: hue angle of 10.59º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59D91 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 145 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.16 |
| HSL | 10.59º | 0.45% | 0.7% | - |
| HSV(B) | 10.59º | 0.32% | 0.84% | - |
| XYZ | 44.61 | 40.3 | 32.22 | - |
| YUV | 172.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 145 | 0 | 0.26 | 0.32 | 0.16 | 10.59 | 0.45 | 0.7 |
| Hex | D5 | 9D | 91 | 0 | 1A | 20 | 10 | B | 2D | 46 |
| Octal | 325 | 235 | 221 | 0 | 32 | 40 | 20 | 13 | 55 | 106 |
| Binary | 11010101 | 10011101 | 10010001 | 0 | 11010 | 100000 | 10000 | 1011 | 101101 | 1000110 |
Color Harmonies of #D59D91
Complementary color
Monochromatic Colors of #D59D91
Black with #D59D91
Text Example
Text Example
White with #D59D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D91; }
p { color: rgb(213,157,145); }
H1.HeaderClassName
{
color: #D59D91;
}
.AnyTagClassName
{
color: #D59D91;
}
</style>
background-color css
<style>
a { background-color: #D59D91; }
a { background-color: rgb(213,157,145); }
div.DivClassName
{
background-color: #D59D91;
}
.BgClassName
{
background-color: #D59D91;
}
</style>
border-color css
<style>
span { border-color: #D59D91; }
span { border-color: rgb(213,157,145); }
td.TdClassName
{
border-color: #D59D91;
}
.TagClassName
{
border-color: #D59D91;
}
</style>