Shades of Charm #D87A8C
Tints of Charm #D87A8C
RGB
CMYK
RGB Variations
Color information
#D87A8C (or 0xD87A8C) is known color: Charm. HEX triplet: D8, 7A and 8C. RGB value is (216,122,140). Sum of RGB (Red+Green+Blue) = 216+122+140=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A8C is #278573. Grayscale: #989898. Windows color (decimal): -2590068 or 9206488. OLE color: 9206488.
HSL color Cylindrical-coordinate representation of color #D87A8C: hue angle of 348.51º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87A8C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 140 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.15 |
| HSL | 348.51º | 0.55% | 0.66% | - |
| HSV(B) | 348.51º | 0.44% | 0.85% | - |
| XYZ | 40.01 | 30.41 | 28.57 | - |
| YUV | 152.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 140 | 0 | 0.44 | 0.35 | 0.15 | 348.51 | 0.55 | 0.66 |
| Hex | D8 | 7A | 8C | 0 | 2C | 23 | F | 15D | 37 | 42 |
| Octal | 330 | 172 | 214 | 0 | 54 | 43 | 17 | 535 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10001100 | 0 | 101100 | 100011 | 1111 | 101011101 | 110111 | 1000010 |
Color Harmonies of #D87A8C
Complementary color
Monochromatic Colors of #D87A8C
Black with #D87A8C
Text Example
Text Example
White with #D87A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A8C; }
p { color: rgb(216,122,140); }
H1.HeaderClassName
{
color: #D87A8C;
}
.AnyTagClassName
{
color: #D87A8C;
}
</style>
background-color css
<style>
a { background-color: #D87A8C; }
a { background-color: rgb(216,122,140); }
div.DivClassName
{
background-color: #D87A8C;
}
.BgClassName
{
background-color: #D87A8C;
}
</style>
border-color css
<style>
span { border-color: #D87A8C; }
span { border-color: rgb(216,122,140); }
td.TdClassName
{
border-color: #D87A8C;
}
.TagClassName
{
border-color: #D87A8C;
}
</style>