Shades of Rose #D29B87
Tints of Rose #D29B87
RGB
CMYK
RGB Variations
Color information
#D29B87 (or 0xD29B87) is known color: Rose. HEX triplet: D2, 9B and 87. RGB value is (210,155,135). Sum of RGB (Red+Green+Blue) = 210+155+135=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B87 is #2D6478. Grayscale: #A9A9A9. Windows color (decimal): -2974841 or 8887250. OLE color: 8887250.
HSL color Cylindrical-coordinate representation of color #D29B87: hue angle of 16º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D29B87 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 135 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.18 |
| HSL | 16º | 0.45% | 0.68% | - |
| HSV(B) | 16º | 0.36% | 0.82% | - |
| XYZ | 42.67 | 38.89 | 28.18 | - |
| YUV | 169.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 135 | 0 | 0.26 | 0.36 | 0.18 | 16 | 0.45 | 0.68 |
| Hex | D2 | 9B | 87 | 0 | 1A | 24 | 12 | 10 | 2D | 44 |
| Octal | 322 | 233 | 207 | 0 | 32 | 44 | 22 | 20 | 55 | 104 |
| Binary | 11010010 | 10011011 | 10000111 | 0 | 11010 | 100100 | 10010 | 10000 | 101101 | 1000100 |
Color Harmonies of #D29B87
Complementary color
Monochromatic Colors of #D29B87
Black with #D29B87
Text Example
Text Example
White with #D29B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B87; }
p { color: rgb(210,155,135); }
H1.HeaderClassName
{
color: #D29B87;
}
.AnyTagClassName
{
color: #D29B87;
}
</style>
background-color css
<style>
a { background-color: #D29B87; }
a { background-color: rgb(210,155,135); }
div.DivClassName
{
background-color: #D29B87;
}
.BgClassName
{
background-color: #D29B87;
}
</style>
border-color css
<style>
span { border-color: #D29B87; }
span { border-color: rgb(210,155,135); }
td.TdClassName
{
border-color: #D29B87;
}
.TagClassName
{
border-color: #D29B87;
}
</style>