Shades of Charm #D87B8E
Tints of Charm #D87B8E
RGB
CMYK
RGB Variations
Color information
#D87B8E (or 0xD87B8E) is known color: Charm. HEX triplet: D8, 7B and 8E. RGB value is (216,123,142). Sum of RGB (Red+Green+Blue) = 216+123+142=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87B8E is #278471. Grayscale: #989898. Windows color (decimal): -2589810 or 9337816. OLE color: 9337816.
HSL color Cylindrical-coordinate representation of color #D87B8E: hue angle of 347.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87B8E is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 142 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.15 |
| HSL | 347.74º | 0.54% | 0.66% | - |
| HSV(B) | 347.74º | 0.43% | 0.85% | - |
| XYZ | 40.28 | 30.72 | 29.4 | - |
| YUV | 152.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 142 | 0 | 0.43 | 0.34 | 0.15 | 347.74 | 0.54 | 0.66 |
| Hex | D8 | 7B | 8E | 0 | 2B | 22 | F | 15C | 36 | 42 |
| Octal | 330 | 173 | 216 | 0 | 53 | 42 | 17 | 534 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10001110 | 0 | 101011 | 100010 | 1111 | 101011100 | 110110 | 1000010 |
Color Harmonies of #D87B8E
Complementary color
Monochromatic Colors of #D87B8E
Black with #D87B8E
Text Example
Text Example
White with #D87B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B8E; }
p { color: rgb(216,123,142); }
H1.HeaderClassName
{
color: #D87B8E;
}
.AnyTagClassName
{
color: #D87B8E;
}
</style>
background-color css
<style>
a { background-color: #D87B8E; }
a { background-color: rgb(216,123,142); }
div.DivClassName
{
background-color: #D87B8E;
}
.BgClassName
{
background-color: #D87B8E;
}
</style>
border-color css
<style>
span { border-color: #D87B8E; }
span { border-color: rgb(216,123,142); }
td.TdClassName
{
border-color: #D87B8E;
}
.TagClassName
{
border-color: #D87B8E;
}
</style>