Shades of Charm #D87880
Tints of Charm #D87880
RGB
CMYK
RGB Variations
Color information
#D87880 (or 0xD87880) is known color: Charm. HEX triplet: D8, 78 and 80. RGB value is (216,120,128). Sum of RGB (Red+Green+Blue) = 216+120+128=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D87880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87880 is #27877F. Grayscale: #959595. Windows color (decimal): -2590592 or 8419544. OLE color: 8419544.
HSL color Cylindrical-coordinate representation of color #D87880: hue angle of 355º 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 #D87880 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 128 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.15 |
| HSL | 355º | 0.55% | 0.66% | - |
| HSV(B) | 355º | 0.44% | 0.85% | - |
| XYZ | 38.93 | 29.59 | 24.08 | - |
| YUV | 149.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 128 | 0 | 0.44 | 0.41 | 0.15 | 355 | 0.55 | 0.66 |
| Hex | D8 | 78 | 80 | 0 | 2C | 29 | F | 163 | 37 | 42 |
| Octal | 330 | 170 | 200 | 0 | 54 | 51 | 17 | 543 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10000000 | 0 | 101100 | 101001 | 1111 | 101100011 | 110111 | 1000010 |
Color Harmonies of #D87880
Complementary color
Monochromatic Colors of #D87880
Black with #D87880
Text Example
Text Example
White with #D87880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87880; }
p { color: rgb(216,120,128); }
H1.HeaderClassName
{
color: #D87880;
}
.AnyTagClassName
{
color: #D87880;
}
</style>
background-color css
<style>
a { background-color: #D87880; }
a { background-color: rgb(216,120,128); }
div.DivClassName
{
background-color: #D87880;
}
.BgClassName
{
background-color: #D87880;
}
</style>
border-color css
<style>
span { border-color: #D87880; }
span { border-color: rgb(216,120,128); }
td.TdClassName
{
border-color: #D87880;
}
.TagClassName
{
border-color: #D87880;
}
</style>