Shades of Charm #D87A8B
Tints of Charm #D87A8B
RGB
CMYK
RGB Variations
Color information
#D87A8B (or 0xD87A8B) is known color: Charm. HEX triplet: D8, 7A and 8B. RGB value is (216,122,139). Sum of RGB (Red+Green+Blue) = 216+122+139=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A8B is #278574. Grayscale: #989898. Windows color (decimal): -2590069 or 9140952. OLE color: 9140952.
HSL color Cylindrical-coordinate representation of color #D87A8B: hue angle of 349.15º 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 #D87A8B is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 139 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.15 |
| HSL | 349.15º | 0.55% | 0.66% | - |
| HSV(B) | 349.15º | 0.44% | 0.85% | - |
| XYZ | 39.94 | 30.38 | 28.19 | - |
| YUV | 152.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 139 | 0 | 0.44 | 0.36 | 0.15 | 349.15 | 0.55 | 0.66 |
| Hex | D8 | 7A | 8B | 0 | 2C | 24 | F | 15D | 37 | 42 |
| Octal | 330 | 172 | 213 | 0 | 54 | 44 | 17 | 535 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10001011 | 0 | 101100 | 100100 | 1111 | 101011101 | 110111 | 1000010 |
Color Harmonies of #D87A8B
Complementary color
Monochromatic Colors of #D87A8B
Black with #D87A8B
Text Example
Text Example
White with #D87A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A8B; }
p { color: rgb(216,122,139); }
H1.HeaderClassName
{
color: #D87A8B;
}
.AnyTagClassName
{
color: #D87A8B;
}
</style>
background-color css
<style>
a { background-color: #D87A8B; }
a { background-color: rgb(216,122,139); }
div.DivClassName
{
background-color: #D87A8B;
}
.BgClassName
{
background-color: #D87A8B;
}
</style>
border-color css
<style>
span { border-color: #D87A8B; }
span { border-color: rgb(216,122,139); }
td.TdClassName
{
border-color: #D87A8B;
}
.TagClassName
{
border-color: #D87A8B;
}
</style>