Shades of Charm #D87C88
Tints of Charm #D87C88
RGB
CMYK
RGB Variations
Color information
#D87C88 (or 0xD87C88) is known color: Charm. HEX triplet: D8, 7C and 88. RGB value is (216,124,136). Sum of RGB (Red+Green+Blue) = 216+124+136=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C88 is #278377. Grayscale: #989898. Windows color (decimal): -2589560 or 8944856. OLE color: 8944856.
HSL color Cylindrical-coordinate representation of color #D87C88: hue angle of 352.17º 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 #D87C88 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 136 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.15 |
| HSL | 352.17º | 0.54% | 0.67% | - |
| HSV(B) | 352.17º | 0.43% | 0.85% | - |
| XYZ | 39.97 | 30.79 | 27.13 | - |
| YUV | 152.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 136 | 0 | 0.43 | 0.37 | 0.15 | 352.17 | 0.54 | 0.67 |
| Hex | D8 | 7C | 88 | 0 | 2B | 25 | F | 160 | 36 | 43 |
| Octal | 330 | 174 | 210 | 0 | 53 | 45 | 17 | 540 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10001000 | 0 | 101011 | 100101 | 1111 | 101100000 | 110110 | 1000011 |
Color Harmonies of #D87C88
Complementary color
Monochromatic Colors of #D87C88
Black with #D87C88
Text Example
Text Example
White with #D87C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C88; }
p { color: rgb(216,124,136); }
H1.HeaderClassName
{
color: #D87C88;
}
.AnyTagClassName
{
color: #D87C88;
}
</style>
background-color css
<style>
a { background-color: #D87C88; }
a { background-color: rgb(216,124,136); }
div.DivClassName
{
background-color: #D87C88;
}
.BgClassName
{
background-color: #D87C88;
}
</style>
border-color css
<style>
span { border-color: #D87C88; }
span { border-color: rgb(216,124,136); }
td.TdClassName
{
border-color: #D87C88;
}
.TagClassName
{
border-color: #D87C88;
}
</style>