Shades of Charm #D87D8D
Tints of Charm #D87D8D
RGB
CMYK
RGB Variations
Color information
#D87D8D (or 0xD87D8D) is known color: Charm. HEX triplet: D8, 7D and 8D. RGB value is (216,125,141). Sum of RGB (Red+Green+Blue) = 216+125+141=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D8D is #278272. Grayscale: #9A9A9A. Windows color (decimal): -2589299 or 9272792. OLE color: 9272792.
HSL color Cylindrical-coordinate representation of color #D87D8D: hue angle of 349.45º 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 #D87D8D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 141 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.15 |
| HSL | 349.45º | 0.54% | 0.67% | - |
| HSV(B) | 349.45º | 0.42% | 0.85% | - |
| XYZ | 40.46 | 31.19 | 29.09 | - |
| YUV | 154.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 141 | 0 | 0.42 | 0.35 | 0.15 | 349.45 | 0.54 | 0.67 |
| Hex | D8 | 7D | 8D | 0 | 2A | 23 | F | 15D | 36 | 43 |
| Octal | 330 | 175 | 215 | 0 | 52 | 43 | 17 | 535 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10001101 | 0 | 101010 | 100011 | 1111 | 101011101 | 110110 | 1000011 |
Color Harmonies of #D87D8D
Complementary color
Monochromatic Colors of #D87D8D
Black with #D87D8D
Text Example
Text Example
White with #D87D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D8D; }
p { color: rgb(216,125,141); }
H1.HeaderClassName
{
color: #D87D8D;
}
.AnyTagClassName
{
color: #D87D8D;
}
</style>
background-color css
<style>
a { background-color: #D87D8D; }
a { background-color: rgb(216,125,141); }
div.DivClassName
{
background-color: #D87D8D;
}
.BgClassName
{
background-color: #D87D8D;
}
</style>
border-color css
<style>
span { border-color: #D87D8D; }
span { border-color: rgb(216,125,141); }
td.TdClassName
{
border-color: #D87D8D;
}
.TagClassName
{
border-color: #D87D8D;
}
</style>