Shades of Charm #D87C83
Tints of Charm #D87C83
RGB
CMYK
RGB Variations
Color information
#D87C83 (or 0xD87C83) is known color: Charm. HEX triplet: D8, 7C and 83. RGB value is (216,124,131). Sum of RGB (Red+Green+Blue) = 216+124+131=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C83 is #27837C. Grayscale: #989898. Windows color (decimal): -2589565 or 8617176. OLE color: 8617176.
HSL color Cylindrical-coordinate representation of color #D87C83: hue angle of 355.43º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C83 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 131 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.15 |
| HSL | 355.43º | 0.54% | 0.67% | - |
| HSV(B) | 355.43º | 0.43% | 0.85% | - |
| XYZ | 39.62 | 30.65 | 25.3 | - |
| YUV | 152.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 131 | 0 | 0.43 | 0.39 | 0.15 | 355.43 | 0.54 | 0.67 |
| Hex | D8 | 7C | 83 | 0 | 2B | 27 | F | 163 | 36 | 43 |
| Octal | 330 | 174 | 203 | 0 | 53 | 47 | 17 | 543 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10000011 | 0 | 101011 | 100111 | 1111 | 101100011 | 110110 | 1000011 |
Color Harmonies of #D87C83
Complementary color
Monochromatic Colors of #D87C83
Black with #D87C83
Text Example
Text Example
White with #D87C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C83; }
p { color: rgb(216,124,131); }
H1.HeaderClassName
{
color: #D87C83;
}
.AnyTagClassName
{
color: #D87C83;
}
</style>
background-color css
<style>
a { background-color: #D87C83; }
a { background-color: rgb(216,124,131); }
div.DivClassName
{
background-color: #D87C83;
}
.BgClassName
{
background-color: #D87C83;
}
</style>
border-color css
<style>
span { border-color: #D87C83; }
span { border-color: rgb(216,124,131); }
td.TdClassName
{
border-color: #D87C83;
}
.TagClassName
{
border-color: #D87C83;
}
</style>