Shades of Rose #D89D88
Tints of Rose #D89D88
RGB
CMYK
RGB Variations
Color information
#D89D88 (or 0xD89D88) is known color: Rose. HEX triplet: D8, 9D and 88. RGB value is (216,157,136). Sum of RGB (Red+Green+Blue) = 216+157+136=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D88 is #276277. Grayscale: #ACACAC. Windows color (decimal): -2581112 or 8953304. OLE color: 8953304.
HSL color Cylindrical-coordinate representation of color #D89D88: hue angle of 15.75º 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 #D89D88 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 136 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.15 |
| HSL | 15.75º | 0.51% | 0.69% | - |
| HSV(B) | 15.75º | 0.37% | 0.85% | - |
| XYZ | 44.82 | 40.49 | 28.75 | - |
| YUV | 172.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 136 | 0 | 0.27 | 0.37 | 0.15 | 15.75 | 0.51 | 0.69 |
| Hex | D8 | 9D | 88 | 0 | 1B | 25 | F | 10 | 33 | 45 |
| Octal | 330 | 235 | 210 | 0 | 33 | 45 | 17 | 20 | 63 | 105 |
| Binary | 11011000 | 10011101 | 10001000 | 0 | 11011 | 100101 | 1111 | 10000 | 110011 | 1000101 |
Color Harmonies of #D89D88
Complementary color
Monochromatic Colors of #D89D88
Black with #D89D88
Text Example
Text Example
White with #D89D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D88; }
p { color: rgb(216,157,136); }
H1.HeaderClassName
{
color: #D89D88;
}
.AnyTagClassName
{
color: #D89D88;
}
</style>
background-color css
<style>
a { background-color: #D89D88; }
a { background-color: rgb(216,157,136); }
div.DivClassName
{
background-color: #D89D88;
}
.BgClassName
{
background-color: #D89D88;
}
</style>
border-color css
<style>
span { border-color: #D89D88; }
span { border-color: rgb(216,157,136); }
td.TdClassName
{
border-color: #D89D88;
}
.TagClassName
{
border-color: #D89D88;
}
</style>