Shades of Charm #D87D89
Tints of Charm #D87D89
RGB
CMYK
RGB Variations
Color information
#D87D89 (or 0xD87D89) is known color: Charm. HEX triplet: D8, 7D and 89. RGB value is (216,125,137). Sum of RGB (Red+Green+Blue) = 216+125+137=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D89 is #278276. Grayscale: #999999. Windows color (decimal): -2589303 or 9010648. OLE color: 9010648.
HSL color Cylindrical-coordinate representation of color #D87D89: hue angle of 352.09º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87D89 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 137 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.15 |
| HSL | 352.09º | 0.54% | 0.67% | - |
| HSV(B) | 352.09º | 0.42% | 0.85% | - |
| XYZ | 40.17 | 31.07 | 27.55 | - |
| YUV | 153.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 137 | 0 | 0.42 | 0.37 | 0.15 | 352.09 | 0.54 | 0.67 |
| Hex | D8 | 7D | 89 | 0 | 2A | 25 | F | 160 | 36 | 43 |
| Octal | 330 | 175 | 211 | 0 | 52 | 45 | 17 | 540 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10001001 | 0 | 101010 | 100101 | 1111 | 101100000 | 110110 | 1000011 |
Color Harmonies of #D87D89
Complementary color
Monochromatic Colors of #D87D89
Black with #D87D89
Text Example
Text Example
White with #D87D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D89; }
p { color: rgb(216,125,137); }
H1.HeaderClassName
{
color: #D87D89;
}
.AnyTagClassName
{
color: #D87D89;
}
</style>
background-color css
<style>
a { background-color: #D87D89; }
a { background-color: rgb(216,125,137); }
div.DivClassName
{
background-color: #D87D89;
}
.BgClassName
{
background-color: #D87D89;
}
</style>
border-color css
<style>
span { border-color: #D87D89; }
span { border-color: rgb(216,125,137); }
td.TdClassName
{
border-color: #D87D89;
}
.TagClassName
{
border-color: #D87D89;
}
</style>