Shades of Charm #D87881
Tints of Charm #D87881
RGB
CMYK
RGB Variations
Color information
#D87881 (or 0xD87881) is known color: Charm. HEX triplet: D8, 78 and 81. RGB value is (216,120,129). Sum of RGB (Red+Green+Blue) = 216+120+129=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D87881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87881 is #27877E. Grayscale: #959595. Windows color (decimal): -2590591 or 8485080. OLE color: 8485080.
HSL color Cylindrical-coordinate representation of color #D87881: hue angle of 354.38º 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 #D87881 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 129 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.15 |
| HSL | 354.38º | 0.55% | 0.66% | - |
| HSV(B) | 354.38º | 0.44% | 0.85% | - |
| XYZ | 39 | 29.62 | 24.43 | - |
| YUV | 149.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 129 | 0 | 0.44 | 0.40 | 0.15 | 354.38 | 0.55 | 0.66 |
| Hex | D8 | 78 | 81 | 0 | 2C | 28 | F | 162 | 37 | 42 |
| Octal | 330 | 170 | 201 | 0 | 54 | 50 | 17 | 542 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10000001 | 0 | 101100 | 101000 | 1111 | 101100010 | 110111 | 1000010 |
Color Harmonies of #D87881
Complementary color
Monochromatic Colors of #D87881
Black with #D87881
Text Example
Text Example
White with #D87881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87881; }
p { color: rgb(216,120,129); }
H1.HeaderClassName
{
color: #D87881;
}
.AnyTagClassName
{
color: #D87881;
}
</style>
background-color css
<style>
a { background-color: #D87881; }
a { background-color: rgb(216,120,129); }
div.DivClassName
{
background-color: #D87881;
}
.BgClassName
{
background-color: #D87881;
}
</style>
border-color css
<style>
span { border-color: #D87881; }
span { border-color: rgb(216,120,129); }
td.TdClassName
{
border-color: #D87881;
}
.TagClassName
{
border-color: #D87881;
}
</style>