Shades of Rose #D89E8C
Tints of Rose #D89E8C
RGB
CMYK
RGB Variations
Color information
#D89E8C (or 0xD89E8C) is known color: Rose. HEX triplet: D8, 9E and 8C. RGB value is (216,158,140). Sum of RGB (Red+Green+Blue) = 216+158+140=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89E8C is #276173. Grayscale: #ADADAD. Windows color (decimal): -2580852 or 9215704. OLE color: 9215704.
HSL color Cylindrical-coordinate representation of color #D89E8C: hue angle of 14.21º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D89E8C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 140 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.15 |
| HSL | 14.21º | 0.49% | 0.7% | - |
| HSV(B) | 14.21º | 0.35% | 0.85% | - |
| XYZ | 45.28 | 40.95 | 30.33 | - |
| YUV | 173.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 140 | 0 | 0.27 | 0.35 | 0.15 | 14.21 | 0.49 | 0.7 |
| Hex | D8 | 9E | 8C | 0 | 1B | 23 | F | E | 31 | 46 |
| Octal | 330 | 236 | 214 | 0 | 33 | 43 | 17 | 16 | 61 | 106 |
| Binary | 11011000 | 10011110 | 10001100 | 0 | 11011 | 100011 | 1111 | 1110 | 110001 | 1000110 |
Color Harmonies of #D89E8C
Complementary color
Monochromatic Colors of #D89E8C
Black with #D89E8C
Text Example
Text Example
White with #D89E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89E8C; }
p { color: rgb(216,158,140); }
H1.HeaderClassName
{
color: #D89E8C;
}
.AnyTagClassName
{
color: #D89E8C;
}
</style>
background-color css
<style>
a { background-color: #D89E8C; }
a { background-color: rgb(216,158,140); }
div.DivClassName
{
background-color: #D89E8C;
}
.BgClassName
{
background-color: #D89E8C;
}
</style>
border-color css
<style>
span { border-color: #D89E8C; }
span { border-color: rgb(216,158,140); }
td.TdClassName
{
border-color: #D89E8C;
}
.TagClassName
{
border-color: #D89E8C;
}
</style>