Shades of Charm #D87E8F
Tints of Charm #D87E8F
RGB
CMYK
RGB Variations
Color information
#D87E8F (or 0xD87E8F) is known color: Charm. HEX triplet: D8, 7E and 8F. RGB value is (216,126,143). Sum of RGB (Red+Green+Blue) = 216+126+143=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E8F is #278170. Grayscale: #9A9A9A. Windows color (decimal): -2589041 or 9404120. OLE color: 9404120.
HSL color Cylindrical-coordinate representation of color #D87E8F: hue angle of 348.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87E8F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 143 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.15 |
| HSL | 348.67º | 0.54% | 0.67% | - |
| HSV(B) | 348.67º | 0.42% | 0.85% | - |
| XYZ | 40.74 | 31.5 | 29.92 | - |
| YUV | 154.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 143 | 0 | 0.42 | 0.34 | 0.15 | 348.67 | 0.54 | 0.67 |
| Hex | D8 | 7E | 8F | 0 | 2A | 22 | F | 15D | 36 | 43 |
| Octal | 330 | 176 | 217 | 0 | 52 | 42 | 17 | 535 | 66 | 103 |
| Binary | 11011000 | 1111110 | 10001111 | 0 | 101010 | 100010 | 1111 | 101011101 | 110110 | 1000011 |
Color Harmonies of #D87E8F
Complementary color
Monochromatic Colors of #D87E8F
Black with #D87E8F
Text Example
Text Example
White with #D87E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E8F; }
p { color: rgb(216,126,143); }
H1.HeaderClassName
{
color: #D87E8F;
}
.AnyTagClassName
{
color: #D87E8F;
}
</style>
background-color css
<style>
a { background-color: #D87E8F; }
a { background-color: rgb(216,126,143); }
div.DivClassName
{
background-color: #D87E8F;
}
.BgClassName
{
background-color: #D87E8F;
}
</style>
border-color css
<style>
span { border-color: #D87E8F; }
span { border-color: rgb(216,126,143); }
td.TdClassName
{
border-color: #D87E8F;
}
.TagClassName
{
border-color: #D87E8F;
}
</style>