Shades of Charm #D87E87
Tints of Charm #D87E87
RGB
CMYK
RGB Variations
Color information
#D87E87 (or 0xD87E87) is known color: Charm. HEX triplet: D8, 7E and 87. RGB value is (216,126,135). Sum of RGB (Red+Green+Blue) = 216+126+135=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E87 is #278178. Grayscale: #999999. Windows color (decimal): -2589049 or 8879832. OLE color: 8879832.
HSL color Cylindrical-coordinate representation of color #D87E87: hue angle of 354º 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 #D87E87 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 135 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.15 |
| HSL | 354º | 0.54% | 0.67% | - |
| HSV(B) | 354º | 0.42% | 0.85% | - |
| XYZ | 40.15 | 31.27 | 26.84 | - |
| YUV | 153.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 135 | 0 | 0.42 | 0.38 | 0.15 | 354 | 0.54 | 0.67 |
| Hex | D8 | 7E | 87 | 0 | 2A | 26 | F | 162 | 36 | 43 |
| Octal | 330 | 176 | 207 | 0 | 52 | 46 | 17 | 542 | 66 | 103 |
| Binary | 11011000 | 1111110 | 10000111 | 0 | 101010 | 100110 | 1111 | 101100010 | 110110 | 1000011 |
Color Harmonies of #D87E87
Complementary color
Monochromatic Colors of #D87E87
Black with #D87E87
Text Example
Text Example
White with #D87E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E87; }
p { color: rgb(216,126,135); }
H1.HeaderClassName
{
color: #D87E87;
}
.AnyTagClassName
{
color: #D87E87;
}
</style>
background-color css
<style>
a { background-color: #D87E87; }
a { background-color: rgb(216,126,135); }
div.DivClassName
{
background-color: #D87E87;
}
.BgClassName
{
background-color: #D87E87;
}
</style>
border-color css
<style>
span { border-color: #D87E87; }
span { border-color: rgb(216,126,135); }
td.TdClassName
{
border-color: #D87E87;
}
.TagClassName
{
border-color: #D87E87;
}
</style>