Shades of Charm #D87C8C
Tints of Charm #D87C8C
RGB
CMYK
RGB Variations
Color information
#D87C8C (or 0xD87C8C) is known color: Charm. HEX triplet: D8, 7C and 8C. RGB value is (216,124,140). Sum of RGB (Red+Green+Blue) = 216+124+140=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C8C is #278373. Grayscale: #999999. Windows color (decimal): -2589556 or 9207000. OLE color: 9207000.
HSL color Cylindrical-coordinate representation of color #D87C8C: hue angle of 349.57º 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 #D87C8C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 140 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.15 |
| HSL | 349.57º | 0.54% | 0.67% | - |
| HSV(B) | 349.57º | 0.43% | 0.85% | - |
| XYZ | 40.26 | 30.91 | 28.65 | - |
| YUV | 153.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 140 | 0 | 0.43 | 0.35 | 0.15 | 349.57 | 0.54 | 0.67 |
| Hex | D8 | 7C | 8C | 0 | 2B | 23 | F | 15E | 36 | 43 |
| Octal | 330 | 174 | 214 | 0 | 53 | 43 | 17 | 536 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10001100 | 0 | 101011 | 100011 | 1111 | 101011110 | 110110 | 1000011 |
Color Harmonies of #D87C8C
Complementary color
Monochromatic Colors of #D87C8C
Black with #D87C8C
Text Example
Text Example
White with #D87C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C8C; }
p { color: rgb(216,124,140); }
H1.HeaderClassName
{
color: #D87C8C;
}
.AnyTagClassName
{
color: #D87C8C;
}
</style>
background-color css
<style>
a { background-color: #D87C8C; }
a { background-color: rgb(216,124,140); }
div.DivClassName
{
background-color: #D87C8C;
}
.BgClassName
{
background-color: #D87C8C;
}
</style>
border-color css
<style>
span { border-color: #D87C8C; }
span { border-color: rgb(216,124,140); }
td.TdClassName
{
border-color: #D87C8C;
}
.TagClassName
{
border-color: #D87C8C;
}
</style>