Shades of Charm #D87D8F
Tints of Charm #D87D8F
RGB
CMYK
RGB Variations
Color information
#D87D8F (or 0xD87D8F) is known color: Charm. HEX triplet: D8, 7D and 8F. RGB value is (216,125,143). Sum of RGB (Red+Green+Blue) = 216+125+143=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D8F is #278270. Grayscale: #9A9A9A. Windows color (decimal): -2589297 or 9403864. OLE color: 9403864.
HSL color Cylindrical-coordinate representation of color #D87D8F: hue angle of 348.13º 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 #D87D8F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 143 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.15 |
| HSL | 348.13º | 0.54% | 0.67% | - |
| HSV(B) | 348.13º | 0.42% | 0.85% | - |
| XYZ | 40.61 | 31.25 | 29.88 | - |
| YUV | 154.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 143 | 0 | 0.42 | 0.34 | 0.15 | 348.13 | 0.54 | 0.67 |
| Hex | D8 | 7D | 8F | 0 | 2A | 22 | F | 15C | 36 | 43 |
| Octal | 330 | 175 | 217 | 0 | 52 | 42 | 17 | 534 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10001111 | 0 | 101010 | 100010 | 1111 | 101011100 | 110110 | 1000011 |
Color Harmonies of #D87D8F
Complementary color
Monochromatic Colors of #D87D8F
Black with #D87D8F
Text Example
Text Example
White with #D87D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D8F; }
p { color: rgb(216,125,143); }
H1.HeaderClassName
{
color: #D87D8F;
}
.AnyTagClassName
{
color: #D87D8F;
}
</style>
background-color css
<style>
a { background-color: #D87D8F; }
a { background-color: rgb(216,125,143); }
div.DivClassName
{
background-color: #D87D8F;
}
.BgClassName
{
background-color: #D87D8F;
}
</style>
border-color css
<style>
span { border-color: #D87D8F; }
span { border-color: rgb(216,125,143); }
td.TdClassName
{
border-color: #D87D8F;
}
.TagClassName
{
border-color: #D87D8F;
}
</style>