Shades of Rose #D29E96
Tints of Rose #D29E96
RGB
CMYK
RGB Variations
Color information
#D29E96 (or 0xD29E96) is known color: Rose. HEX triplet: D2, 9E and 96. RGB value is (210,158,150). Sum of RGB (Red+Green+Blue) = 210+158+150=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E96 is #2D6169. Grayscale: #ACACAC. Windows color (decimal): -2974058 or 9871058. OLE color: 9871058.
HSL color Cylindrical-coordinate representation of color #D29E96: hue angle of 8º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29E96 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 150 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.18 |
| HSL | 8º | 0.4% | 0.71% | - |
| HSV(B) | 8º | 0.29% | 0.82% | - |
| XYZ | 44.31 | 40.36 | 34.31 | - |
| YUV | 172.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 150 | 0 | 0.25 | 0.29 | 0.18 | 8 | 0.4 | 0.71 |
| Hex | D2 | 9E | 96 | 0 | 19 | 1D | 12 | 8 | 28 | 47 |
| Octal | 322 | 236 | 226 | 0 | 31 | 35 | 22 | 10 | 50 | 107 |
| Binary | 11010010 | 10011110 | 10010110 | 0 | 11001 | 11101 | 10010 | 1000 | 101000 | 1000111 |
Color Harmonies of #D29E96
Complementary color
Monochromatic Colors of #D29E96
Black with #D29E96
Text Example
Text Example
White with #D29E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E96; }
p { color: rgb(210,158,150); }
H1.HeaderClassName
{
color: #D29E96;
}
.AnyTagClassName
{
color: #D29E96;
}
</style>
background-color css
<style>
a { background-color: #D29E96; }
a { background-color: rgb(210,158,150); }
div.DivClassName
{
background-color: #D29E96;
}
.BgClassName
{
background-color: #D29E96;
}
</style>
border-color css
<style>
span { border-color: #D29E96; }
span { border-color: rgb(210,158,150); }
td.TdClassName
{
border-color: #D29E96;
}
.TagClassName
{
border-color: #D29E96;
}
</style>