Shades of Charm #D87A8E
Tints of Charm #D87A8E
RGB
CMYK
RGB Variations
Color information
#D87A8E (or 0xD87A8E) is known color: Charm. HEX triplet: D8, 7A and 8E. RGB value is (216,122,142). Sum of RGB (Red+Green+Blue) = 216+122+142=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A8E is #278571. Grayscale: #989898. Windows color (decimal): -2590066 or 9337560. OLE color: 9337560.
HSL color Cylindrical-coordinate representation of color #D87A8E: hue angle of 347.23º 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 #D87A8E is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 142 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.15 |
| HSL | 347.23º | 0.55% | 0.66% | - |
| HSV(B) | 347.23º | 0.44% | 0.85% | - |
| XYZ | 40.16 | 30.47 | 29.36 | - |
| YUV | 152.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 142 | 0 | 0.44 | 0.34 | 0.15 | 347.23 | 0.55 | 0.66 |
| Hex | D8 | 7A | 8E | 0 | 2C | 22 | F | 15B | 37 | 42 |
| Octal | 330 | 172 | 216 | 0 | 54 | 42 | 17 | 533 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10001110 | 0 | 101100 | 100010 | 1111 | 101011011 | 110111 | 1000010 |
Color Harmonies of #D87A8E
Complementary color
Monochromatic Colors of #D87A8E
Black with #D87A8E
Text Example
Text Example
White with #D87A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A8E; }
p { color: rgb(216,122,142); }
H1.HeaderClassName
{
color: #D87A8E;
}
.AnyTagClassName
{
color: #D87A8E;
}
</style>
background-color css
<style>
a { background-color: #D87A8E; }
a { background-color: rgb(216,122,142); }
div.DivClassName
{
background-color: #D87A8E;
}
.BgClassName
{
background-color: #D87A8E;
}
</style>
border-color css
<style>
span { border-color: #D87A8E; }
span { border-color: rgb(216,122,142); }
td.TdClassName
{
border-color: #D87A8E;
}
.TagClassName
{
border-color: #D87A8E;
}
</style>