Shades of Rose #D89F99
Tints of Rose #D89F99
RGB
CMYK
RGB Variations
Color information
#D89F99 (or 0xD89F99) is known color: Rose. HEX triplet: D8, 9F and 99. RGB value is (216,159,153). Sum of RGB (Red+Green+Blue) = 216+159+153=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F99 is #276066. Grayscale: #AFAFAF. Windows color (decimal): -2580583 or 10067928. OLE color: 10067928.
HSL color Cylindrical-coordinate representation of color #D89F99: hue angle of 5.71º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89F99 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 153 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.15 |
| HSL | 5.71º | 0.45% | 0.72% | - |
| HSV(B) | 5.71º | 0.29% | 0.85% | - |
| XYZ | 46.47 | 41.7 | 35.74 | - |
| YUV | 175.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 153 | 0 | 0.26 | 0.29 | 0.15 | 5.71 | 0.45 | 0.72 |
| Hex | D8 | 9F | 99 | 0 | 1A | 1D | F | 6 | 2D | 48 |
| Octal | 330 | 237 | 231 | 0 | 32 | 35 | 17 | 6 | 55 | 110 |
| Binary | 11011000 | 10011111 | 10011001 | 0 | 11010 | 11101 | 1111 | 110 | 101101 | 1001000 |
Color Harmonies of #D89F99
Complementary color
Monochromatic Colors of #D89F99
Black with #D89F99
Text Example
Text Example
White with #D89F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F99; }
p { color: rgb(216,159,153); }
H1.HeaderClassName
{
color: #D89F99;
}
.AnyTagClassName
{
color: #D89F99;
}
</style>
background-color css
<style>
a { background-color: #D89F99; }
a { background-color: rgb(216,159,153); }
div.DivClassName
{
background-color: #D89F99;
}
.BgClassName
{
background-color: #D89F99;
}
</style>
border-color css
<style>
span { border-color: #D89F99; }
span { border-color: rgb(216,159,153); }
td.TdClassName
{
border-color: #D89F99;
}
.TagClassName
{
border-color: #D89F99;
}
</style>