Shades of Rose #D89E88
Tints of Rose #D89E88
RGB
CMYK
RGB Variations
Color information
#D89E88 (or 0xD89E88) is known color: Rose. HEX triplet: D8, 9E and 88. RGB value is (216,158,136). Sum of RGB (Red+Green+Blue) = 216+158+136=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89E88 is #276177. Grayscale: #ACACAC. Windows color (decimal): -2580856 or 8953560. OLE color: 8953560.
HSL color Cylindrical-coordinate representation of color #D89E88: hue angle of 16.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D89E88 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 136 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.15 |
| HSL | 16.5º | 0.51% | 0.69% | - |
| HSV(B) | 16.5º | 0.37% | 0.85% | - |
| XYZ | 44.99 | 40.83 | 28.8 | - |
| YUV | 172.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 136 | 0 | 0.27 | 0.37 | 0.15 | 16.5 | 0.51 | 0.69 |
| Hex | D8 | 9E | 88 | 0 | 1B | 25 | F | 10 | 33 | 45 |
| Octal | 330 | 236 | 210 | 0 | 33 | 45 | 17 | 20 | 63 | 105 |
| Binary | 11011000 | 10011110 | 10001000 | 0 | 11011 | 100101 | 1111 | 10000 | 110011 | 1000101 |
Color Harmonies of #D89E88
Complementary color
Monochromatic Colors of #D89E88
Black with #D89E88
Text Example
Text Example
White with #D89E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89E88; }
p { color: rgb(216,158,136); }
H1.HeaderClassName
{
color: #D89E88;
}
.AnyTagClassName
{
color: #D89E88;
}
</style>
background-color css
<style>
a { background-color: #D89E88; }
a { background-color: rgb(216,158,136); }
div.DivClassName
{
background-color: #D89E88;
}
.BgClassName
{
background-color: #D89E88;
}
</style>
border-color css
<style>
span { border-color: #D89E88; }
span { border-color: rgb(216,158,136); }
td.TdClassName
{
border-color: #D89E88;
}
.TagClassName
{
border-color: #D89E88;
}
</style>