Shades of Rose #D89F89
Tints of Rose #D89F89
RGB
CMYK
RGB Variations
Color information
#D89F89 (or 0xD89F89) is known color: Rose. HEX triplet: D8, 9F and 89. RGB value is (216,159,137). Sum of RGB (Red+Green+Blue) = 216+159+137=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F89 is #276076. Grayscale: #ADADAD. Windows color (decimal): -2580599 or 9019352. OLE color: 9019352.
HSL color Cylindrical-coordinate representation of color #D89F89: hue angle of 16.71º degrees, saturation: 0.5, 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 #D89F89 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 137 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.15 |
| HSL | 16.71º | 0.5% | 0.69% | - |
| HSV(B) | 16.71º | 0.37% | 0.85% | - |
| XYZ | 45.23 | 41.2 | 29.24 | - |
| YUV | 173.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 137 | 0 | 0.26 | 0.37 | 0.15 | 16.71 | 0.5 | 0.69 |
| Hex | D8 | 9F | 89 | 0 | 1A | 25 | F | 11 | 32 | 45 |
| Octal | 330 | 237 | 211 | 0 | 32 | 45 | 17 | 21 | 62 | 105 |
| Binary | 11011000 | 10011111 | 10001001 | 0 | 11010 | 100101 | 1111 | 10001 | 110010 | 1000101 |
Color Harmonies of #D89F89
Complementary color
Monochromatic Colors of #D89F89
Black with #D89F89
Text Example
Text Example
White with #D89F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F89; }
p { color: rgb(216,159,137); }
H1.HeaderClassName
{
color: #D89F89;
}
.AnyTagClassName
{
color: #D89F89;
}
</style>
background-color css
<style>
a { background-color: #D89F89; }
a { background-color: rgb(216,159,137); }
div.DivClassName
{
background-color: #D89F89;
}
.BgClassName
{
background-color: #D89F89;
}
</style>
border-color css
<style>
span { border-color: #D89F89; }
span { border-color: rgb(216,159,137); }
td.TdClassName
{
border-color: #D89F89;
}
.TagClassName
{
border-color: #D89F89;
}
</style>