Shades of Rose #D89D8C
Tints of Rose #D89D8C
RGB
CMYK
RGB Variations
Color information
#D89D8C (or 0xD89D8C) is known color: Rose. HEX triplet: D8, 9D and 8C. RGB value is (216,157,140). Sum of RGB (Red+Green+Blue) = 216+157+140=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D8C is #276273. Grayscale: #ACACAC. Windows color (decimal): -2581108 or 9215448. OLE color: 9215448.
HSL color Cylindrical-coordinate representation of color #D89D8C: hue angle of 13.42º 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 #D89D8C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 140 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.15 |
| HSL | 13.42º | 0.49% | 0.7% | - |
| HSV(B) | 13.42º | 0.35% | 0.85% | - |
| XYZ | 45.11 | 40.61 | 30.27 | - |
| YUV | 172.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 140 | 0 | 0.27 | 0.35 | 0.15 | 13.42 | 0.49 | 0.7 |
| Hex | D8 | 9D | 8C | 0 | 1B | 23 | F | D | 31 | 46 |
| Octal | 330 | 235 | 214 | 0 | 33 | 43 | 17 | 15 | 61 | 106 |
| Binary | 11011000 | 10011101 | 10001100 | 0 | 11011 | 100011 | 1111 | 1101 | 110001 | 1000110 |
Color Harmonies of #D89D8C
Complementary color
Monochromatic Colors of #D89D8C
Black with #D89D8C
Text Example
Text Example
White with #D89D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D8C; }
p { color: rgb(216,157,140); }
H1.HeaderClassName
{
color: #D89D8C;
}
.AnyTagClassName
{
color: #D89D8C;
}
</style>
background-color css
<style>
a { background-color: #D89D8C; }
a { background-color: rgb(216,157,140); }
div.DivClassName
{
background-color: #D89D8C;
}
.BgClassName
{
background-color: #D89D8C;
}
</style>
border-color css
<style>
span { border-color: #D89D8C; }
span { border-color: rgb(216,157,140); }
td.TdClassName
{
border-color: #D89D8C;
}
.TagClassName
{
border-color: #D89D8C;
}
</style>