Shades of Rose #D89F98
Tints of Rose #D89F98
RGB
CMYK
RGB Variations
Color information
#D89F98 (or 0xD89F98) is known color: Rose. HEX triplet: D8, 9F and 98. RGB value is (216,159,152). Sum of RGB (Red+Green+Blue) = 216+159+152=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F98 is #276067. Grayscale: #AFAFAF. Windows color (decimal): -2580584 or 10002392. OLE color: 10002392.
HSL color Cylindrical-coordinate representation of color #D89F98: hue angle of 6.56º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89F98 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 152 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.15 |
| HSL | 6.56º | 0.45% | 0.72% | - |
| HSV(B) | 6.56º | 0.3% | 0.85% | - |
| XYZ | 46.38 | 41.66 | 35.3 | - |
| YUV | 175.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 152 | 0 | 0.26 | 0.30 | 0.15 | 6.56 | 0.45 | 0.72 |
| Hex | D8 | 9F | 98 | 0 | 1A | 1E | F | 7 | 2D | 48 |
| Octal | 330 | 237 | 230 | 0 | 32 | 36 | 17 | 7 | 55 | 110 |
| Binary | 11011000 | 10011111 | 10011000 | 0 | 11010 | 11110 | 1111 | 111 | 101101 | 1001000 |
Color Harmonies of #D89F98
Complementary color
Monochromatic Colors of #D89F98
Black with #D89F98
Text Example
Text Example
White with #D89F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F98; }
p { color: rgb(216,159,152); }
H1.HeaderClassName
{
color: #D89F98;
}
.AnyTagClassName
{
color: #D89F98;
}
</style>
background-color css
<style>
a { background-color: #D89F98; }
a { background-color: rgb(216,159,152); }
div.DivClassName
{
background-color: #D89F98;
}
.BgClassName
{
background-color: #D89F98;
}
</style>
border-color css
<style>
span { border-color: #D89F98; }
span { border-color: rgb(216,159,152); }
td.TdClassName
{
border-color: #D89F98;
}
.TagClassName
{
border-color: #D89F98;
}
</style>