Shades of Charm #D87D81
Tints of Charm #D87D81
RGB
CMYK
RGB Variations
Color information
#D87D81 (or 0xD87D81) is known color: Charm. HEX triplet: D8, 7D and 81. RGB value is (216,125,129). Sum of RGB (Red+Green+Blue) = 216+125+129=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D81 is #27827E. Grayscale: #989898. Windows color (decimal): -2589311 or 8486360. OLE color: 8486360.
HSL color Cylindrical-coordinate representation of color #D87D81: hue angle of 357.36º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87D81 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 129 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.15 |
| HSL | 357.36º | 0.54% | 0.67% | - |
| HSV(B) | 357.36º | 0.42% | 0.85% | - |
| XYZ | 39.61 | 30.85 | 24.64 | - |
| YUV | 152.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 129 | 0 | 0.42 | 0.40 | 0.15 | 357.36 | 0.54 | 0.67 |
| Hex | D8 | 7D | 81 | 0 | 2A | 28 | F | 165 | 36 | 43 |
| Octal | 330 | 175 | 201 | 0 | 52 | 50 | 17 | 545 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10000001 | 0 | 101010 | 101000 | 1111 | 101100101 | 110110 | 1000011 |
Color Harmonies of #D87D81
Complementary color
Monochromatic Colors of #D87D81
Black with #D87D81
Text Example
Text Example
White with #D87D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D81; }
p { color: rgb(216,125,129); }
H1.HeaderClassName
{
color: #D87D81;
}
.AnyTagClassName
{
color: #D87D81;
}
</style>
background-color css
<style>
a { background-color: #D87D81; }
a { background-color: rgb(216,125,129); }
div.DivClassName
{
background-color: #D87D81;
}
.BgClassName
{
background-color: #D87D81;
}
</style>
border-color css
<style>
span { border-color: #D87D81; }
span { border-color: rgb(216,125,129); }
td.TdClassName
{
border-color: #D87D81;
}
.TagClassName
{
border-color: #D87D81;
}
</style>