Shades of Rose #D89D8D
Tints of Rose #D89D8D
RGB
CMYK
RGB Variations
Color information
#D89D8D (or 0xD89D8D) is known color: Rose. HEX triplet: D8, 9D and 8D. RGB value is (216,157,141). Sum of RGB (Red+Green+Blue) = 216+157+141=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D8D is #276272. Grayscale: #ACACAC. Windows color (decimal): -2581107 or 9280984. OLE color: 9280984.
HSL color Cylindrical-coordinate representation of color #D89D8D: hue angle of 12.8º 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 #D89D8D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 141 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.15 |
| HSL | 12.8º | 0.49% | 0.7% | - |
| HSV(B) | 12.8º | 0.35% | 0.85% | - |
| XYZ | 45.18 | 40.64 | 30.66 | - |
| YUV | 172.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 141 | 0 | 0.27 | 0.35 | 0.15 | 12.8 | 0.49 | 0.7 |
| Hex | D8 | 9D | 8D | 0 | 1B | 23 | F | D | 31 | 46 |
| Octal | 330 | 235 | 215 | 0 | 33 | 43 | 17 | 15 | 61 | 106 |
| Binary | 11011000 | 10011101 | 10001101 | 0 | 11011 | 100011 | 1111 | 1101 | 110001 | 1000110 |
Color Harmonies of #D89D8D
Complementary color
Monochromatic Colors of #D89D8D
Black with #D89D8D
Text Example
Text Example
White with #D89D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D8D; }
p { color: rgb(216,157,141); }
H1.HeaderClassName
{
color: #D89D8D;
}
.AnyTagClassName
{
color: #D89D8D;
}
</style>
background-color css
<style>
a { background-color: #D89D8D; }
a { background-color: rgb(216,157,141); }
div.DivClassName
{
background-color: #D89D8D;
}
.BgClassName
{
background-color: #D89D8D;
}
</style>
border-color css
<style>
span { border-color: #D89D8D; }
span { border-color: rgb(216,157,141); }
td.TdClassName
{
border-color: #D89D8D;
}
.TagClassName
{
border-color: #D89D8D;
}
</style>