Shades of Charm #D87982
Tints of Charm #D87982
RGB
CMYK
RGB Variations
Color information
#D87982 (or 0xD87982) is known color: Charm. HEX triplet: D8, 79 and 82. RGB value is (216,121,130). Sum of RGB (Red+Green+Blue) = 216+121+130=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D87982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87982 is #27867D. Grayscale: #969696. Windows color (decimal): -2590334 or 8550872. OLE color: 8550872.
HSL color Cylindrical-coordinate representation of color #D87982: hue angle of 354.32º 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 #D87982 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 130 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.15 |
| HSL | 354.32º | 0.55% | 0.66% | - |
| HSV(B) | 354.32º | 0.44% | 0.85% | - |
| XYZ | 39.19 | 29.89 | 24.82 | - |
| YUV | 150.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 130 | 0 | 0.44 | 0.40 | 0.15 | 354.32 | 0.55 | 0.66 |
| Hex | D8 | 79 | 82 | 0 | 2C | 28 | F | 162 | 37 | 42 |
| Octal | 330 | 171 | 202 | 0 | 54 | 50 | 17 | 542 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10000010 | 0 | 101100 | 101000 | 1111 | 101100010 | 110111 | 1000010 |
Color Harmonies of #D87982
Complementary color
Monochromatic Colors of #D87982
Black with #D87982
Text Example
Text Example
White with #D87982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87982; }
p { color: rgb(216,121,130); }
H1.HeaderClassName
{
color: #D87982;
}
.AnyTagClassName
{
color: #D87982;
}
</style>
background-color css
<style>
a { background-color: #D87982; }
a { background-color: rgb(216,121,130); }
div.DivClassName
{
background-color: #D87982;
}
.BgClassName
{
background-color: #D87982;
}
</style>
border-color css
<style>
span { border-color: #D87982; }
span { border-color: rgb(216,121,130); }
td.TdClassName
{
border-color: #D87982;
}
.TagClassName
{
border-color: #D87982;
}
</style>