Shades of Charm #D87781
Tints of Charm #D87781
RGB
CMYK
RGB Variations
Color information
#D87781 (or 0xD87781) is known color: Charm. HEX triplet: D8, 77 and 81. RGB value is (216,119,129). Sum of RGB (Red+Green+Blue) = 216+119+129=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D87781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87781 is #27887E. Grayscale: #959595. Windows color (decimal): -2590847 or 8484824. OLE color: 8484824.
HSL color Cylindrical-coordinate representation of color #D87781: hue angle of 353.81º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87781 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 129 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.15 |
| HSL | 353.81º | 0.55% | 0.66% | - |
| HSV(B) | 353.81º | 0.45% | 0.85% | - |
| XYZ | 38.88 | 29.38 | 24.39 | - |
| YUV | 149.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 129 | 0 | 0.45 | 0.40 | 0.15 | 353.81 | 0.55 | 0.66 |
| Hex | D8 | 77 | 81 | 0 | 2D | 28 | F | 162 | 37 | 42 |
| Octal | 330 | 167 | 201 | 0 | 55 | 50 | 17 | 542 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10000001 | 0 | 101101 | 101000 | 1111 | 101100010 | 110111 | 1000010 |
Color Harmonies of #D87781
Complementary color
Monochromatic Colors of #D87781
Black with #D87781
Text Example
Text Example
White with #D87781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87781; }
p { color: rgb(216,119,129); }
H1.HeaderClassName
{
color: #D87781;
}
.AnyTagClassName
{
color: #D87781;
}
</style>
background-color css
<style>
a { background-color: #D87781; }
a { background-color: rgb(216,119,129); }
div.DivClassName
{
background-color: #D87781;
}
.BgClassName
{
background-color: #D87781;
}
</style>
border-color css
<style>
span { border-color: #D87781; }
span { border-color: rgb(216,119,129); }
td.TdClassName
{
border-color: #D87781;
}
.TagClassName
{
border-color: #D87781;
}
</style>