Shades of Charm #D87C8E
Tints of Charm #D87C8E
RGB
CMYK
RGB Variations
Color information
#D87C8E (or 0xD87C8E) is known color: Charm. HEX triplet: D8, 7C and 8E. RGB value is (216,124,142). Sum of RGB (Red+Green+Blue) = 216+124+142=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C8E is #278371. Grayscale: #999999. Windows color (decimal): -2589554 or 9338072. OLE color: 9338072.
HSL color Cylindrical-coordinate representation of color #D87C8E: hue angle of 348.26º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C8E is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 142 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.15 |
| HSL | 348.26º | 0.54% | 0.67% | - |
| HSV(B) | 348.26º | 0.43% | 0.85% | - |
| XYZ | 40.41 | 30.97 | 29.44 | - |
| YUV | 153.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 142 | 0 | 0.43 | 0.34 | 0.15 | 348.26 | 0.54 | 0.67 |
| Hex | D8 | 7C | 8E | 0 | 2B | 22 | F | 15C | 36 | 43 |
| Octal | 330 | 174 | 216 | 0 | 53 | 42 | 17 | 534 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10001110 | 0 | 101011 | 100010 | 1111 | 101011100 | 110110 | 1000011 |
Color Harmonies of #D87C8E
Complementary color
Monochromatic Colors of #D87C8E
Black with #D87C8E
Text Example
Text Example
White with #D87C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C8E; }
p { color: rgb(216,124,142); }
H1.HeaderClassName
{
color: #D87C8E;
}
.AnyTagClassName
{
color: #D87C8E;
}
</style>
background-color css
<style>
a { background-color: #D87C8E; }
a { background-color: rgb(216,124,142); }
div.DivClassName
{
background-color: #D87C8E;
}
.BgClassName
{
background-color: #D87C8E;
}
</style>
border-color css
<style>
span { border-color: #D87C8E; }
span { border-color: rgb(216,124,142); }
td.TdClassName
{
border-color: #D87C8E;
}
.TagClassName
{
border-color: #D87C8E;
}
</style>