Shades of Rose #D29F98
Tints of Rose #D29F98
RGB
CMYK
RGB Variations
Color information
#D29F98 (or 0xD29F98) is known color: Rose. HEX triplet: D2, 9F and 98. RGB value is (210,159,152). Sum of RGB (Red+Green+Blue) = 210+159+152=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F98 is #2D6067. Grayscale: #ADADAD. Windows color (decimal): -2973800 or 10002386. OLE color: 10002386.
HSL color Cylindrical-coordinate representation of color #D29F98: hue angle of 7.24º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29F98 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 152 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.18 |
| HSL | 7.24º | 0.39% | 0.71% | - |
| HSV(B) | 7.24º | 0.28% | 0.82% | - |
| XYZ | 44.64 | 40.76 | 35.22 | - |
| YUV | 173.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 152 | 0 | 0.24 | 0.28 | 0.18 | 7.24 | 0.39 | 0.71 |
| Hex | D2 | 9F | 98 | 0 | 18 | 1C | 12 | 7 | 27 | 47 |
| Octal | 322 | 237 | 230 | 0 | 30 | 34 | 22 | 7 | 47 | 107 |
| Binary | 11010010 | 10011111 | 10011000 | 0 | 11000 | 11100 | 10010 | 111 | 100111 | 1000111 |
Color Harmonies of #D29F98
Complementary color
Monochromatic Colors of #D29F98
Black with #D29F98
Text Example
Text Example
White with #D29F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F98; }
p { color: rgb(210,159,152); }
H1.HeaderClassName
{
color: #D29F98;
}
.AnyTagClassName
{
color: #D29F98;
}
</style>
background-color css
<style>
a { background-color: #D29F98; }
a { background-color: rgb(210,159,152); }
div.DivClassName
{
background-color: #D29F98;
}
.BgClassName
{
background-color: #D29F98;
}
</style>
border-color css
<style>
span { border-color: #D29F98; }
span { border-color: rgb(210,159,152); }
td.TdClassName
{
border-color: #D29F98;
}
.TagClassName
{
border-color: #D29F98;
}
</style>