Shades of Charm #D87D93
Tints of Charm #D87D93
RGB
CMYK
RGB Variations
Color information
#D87D93 (or 0xD87D93) is known color: Charm. HEX triplet: D8, 7D and 93. RGB value is (216,125,147). Sum of RGB (Red+Green+Blue) = 216+125+147=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D93 is #27826C. Grayscale: #9A9A9A. Windows color (decimal): -2589293 or 9666008. OLE color: 9666008.
HSL color Cylindrical-coordinate representation of color #D87D93: hue angle of 345.49º 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 #D87D93 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 147 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.15 |
| HSL | 345.49º | 0.54% | 0.67% | - |
| HSV(B) | 345.49º | 0.42% | 0.85% | - |
| XYZ | 40.92 | 31.37 | 31.5 | - |
| YUV | 154.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 147 | 0 | 0.42 | 0.32 | 0.15 | 345.49 | 0.54 | 0.67 |
| Hex | D8 | 7D | 93 | 0 | 2A | 20 | F | 159 | 36 | 43 |
| Octal | 330 | 175 | 223 | 0 | 52 | 40 | 17 | 531 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10010011 | 0 | 101010 | 100000 | 1111 | 101011001 | 110110 | 1000011 |
Color Harmonies of #D87D93
Complementary color
Monochromatic Colors of #D87D93
Black with #D87D93
Text Example
Text Example
White with #D87D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D93; }
p { color: rgb(216,125,147); }
H1.HeaderClassName
{
color: #D87D93;
}
.AnyTagClassName
{
color: #D87D93;
}
</style>
background-color css
<style>
a { background-color: #D87D93; }
a { background-color: rgb(216,125,147); }
div.DivClassName
{
background-color: #D87D93;
}
.BgClassName
{
background-color: #D87D93;
}
</style>
border-color css
<style>
span { border-color: #D87D93; }
span { border-color: rgb(216,125,147); }
td.TdClassName
{
border-color: #D87D93;
}
.TagClassName
{
border-color: #D87D93;
}
</style>