Shades of Charm #D87287
Tints of Charm #D87287
RGB
CMYK
RGB Variations
Color information
#D87287 (or 0xD87287) is known color: Charm. HEX triplet: D8, 72 and 87. RGB value is (216,114,135). Sum of RGB (Red+Green+Blue) = 216+114+135=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D87287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87287 is #278D78. Grayscale: #929292. Windows color (decimal): -2592121 or 8876760. OLE color: 8876760.
HSL color Cylindrical-coordinate representation of color #D87287: hue angle of 347.65º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87287 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 135 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.15 |
| HSL | 347.65º | 0.57% | 0.65% | - |
| HSV(B) | 347.65º | 0.47% | 0.85% | - |
| XYZ | 38.71 | 28.38 | 26.36 | - |
| YUV | 146.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 135 | 0 | 0.47 | 0.38 | 0.15 | 347.65 | 0.57 | 0.65 |
| Hex | D8 | 72 | 87 | 0 | 2F | 26 | F | 15C | 39 | 41 |
| Octal | 330 | 162 | 207 | 0 | 57 | 46 | 17 | 534 | 71 | 101 |
| Binary | 11011000 | 1110010 | 10000111 | 0 | 101111 | 100110 | 1111 | 101011100 | 111001 | 1000001 |
Color Harmonies of #D87287
Complementary color
Monochromatic Colors of #D87287
Black with #D87287
Text Example
Text Example
White with #D87287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87287; }
p { color: rgb(216,114,135); }
H1.HeaderClassName
{
color: #D87287;
}
.AnyTagClassName
{
color: #D87287;
}
</style>
background-color css
<style>
a { background-color: #D87287; }
a { background-color: rgb(216,114,135); }
div.DivClassName
{
background-color: #D87287;
}
.BgClassName
{
background-color: #D87287;
}
</style>
border-color css
<style>
span { border-color: #D87287; }
span { border-color: rgb(216,114,135); }
td.TdClassName
{
border-color: #D87287;
}
.TagClassName
{
border-color: #D87287;
}
</style>