Shades of Rose #D89F8F
Tints of Rose #D89F8F
RGB
CMYK
RGB Variations
Color information
#D89F8F (or 0xD89F8F) is known color: Rose. HEX triplet: D8, 9F and 8F. RGB value is (216,159,143). Sum of RGB (Red+Green+Blue) = 216+159+143=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F8F is #276070. Grayscale: #AEAEAE. Windows color (decimal): -2580593 or 9412568. OLE color: 9412568.
HSL color Cylindrical-coordinate representation of color #D89F8F: hue angle of 13.15º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D89F8F is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 143 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.15 |
| HSL | 13.15º | 0.48% | 0.7% | - |
| HSV(B) | 13.15º | 0.34% | 0.85% | - |
| XYZ | 45.67 | 41.38 | 31.57 | - |
| YUV | 174.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 143 | 0 | 0.26 | 0.34 | 0.15 | 13.15 | 0.48 | 0.7 |
| Hex | D8 | 9F | 8F | 0 | 1A | 22 | F | D | 30 | 46 |
| Octal | 330 | 237 | 217 | 0 | 32 | 42 | 17 | 15 | 60 | 106 |
| Binary | 11011000 | 10011111 | 10001111 | 0 | 11010 | 100010 | 1111 | 1101 | 110000 | 1000110 |
Color Harmonies of #D89F8F
Complementary color
Monochromatic Colors of #D89F8F
Black with #D89F8F
Text Example
Text Example
White with #D89F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F8F; }
p { color: rgb(216,159,143); }
H1.HeaderClassName
{
color: #D89F8F;
}
.AnyTagClassName
{
color: #D89F8F;
}
</style>
background-color css
<style>
a { background-color: #D89F8F; }
a { background-color: rgb(216,159,143); }
div.DivClassName
{
background-color: #D89F8F;
}
.BgClassName
{
background-color: #D89F8F;
}
</style>
border-color css
<style>
span { border-color: #D89F8F; }
span { border-color: rgb(216,159,143); }
td.TdClassName
{
border-color: #D89F8F;
}
.TagClassName
{
border-color: #D89F8F;
}
</style>