Shades of Rose #D29888
Tints of Rose #D29888
RGB
CMYK
RGB Variations
Color information
#D29888 (or 0xD29888) is known color: Rose. HEX triplet: D2, 98 and 88. RGB value is (210,152,136). Sum of RGB (Red+Green+Blue) = 210+152+136=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D29888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29888 is #2D6777. Grayscale: #A7A7A7. Windows color (decimal): -2975608 or 8952018. OLE color: 8952018.
HSL color Cylindrical-coordinate representation of color #D29888: hue angle of 12.97º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29888 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 136 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.18 |
| HSL | 12.97º | 0.45% | 0.68% | - |
| HSV(B) | 12.97º | 0.35% | 0.82% | - |
| XYZ | 42.25 | 37.94 | 28.39 | - |
| YUV | 167.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 136 | 0 | 0.28 | 0.35 | 0.18 | 12.97 | 0.45 | 0.68 |
| Hex | D2 | 98 | 88 | 0 | 1C | 23 | 12 | D | 2D | 44 |
| Octal | 322 | 230 | 210 | 0 | 34 | 43 | 22 | 15 | 55 | 104 |
| Binary | 11010010 | 10011000 | 10001000 | 0 | 11100 | 100011 | 10010 | 1101 | 101101 | 1000100 |
Color Harmonies of #D29888
Complementary color
Monochromatic Colors of #D29888
Black with #D29888
Text Example
Text Example
White with #D29888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29888; }
p { color: rgb(210,152,136); }
H1.HeaderClassName
{
color: #D29888;
}
.AnyTagClassName
{
color: #D29888;
}
</style>
background-color css
<style>
a { background-color: #D29888; }
a { background-color: rgb(210,152,136); }
div.DivClassName
{
background-color: #D29888;
}
.BgClassName
{
background-color: #D29888;
}
</style>
border-color css
<style>
span { border-color: #D29888; }
span { border-color: rgb(210,152,136); }
td.TdClassName
{
border-color: #D29888;
}
.TagClassName
{
border-color: #D29888;
}
</style>