Shades of Charm #D87D92
Tints of Charm #D87D92
RGB
CMYK
RGB Variations
Color information
#D87D92 (or 0xD87D92) is known color: Charm. HEX triplet: D8, 7D and 92. RGB value is (216,125,146). Sum of RGB (Red+Green+Blue) = 216+125+146=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D92 is #27826D. Grayscale: #9A9A9A. Windows color (decimal): -2589294 or 9600472. OLE color: 9600472.
HSL color Cylindrical-coordinate representation of color #D87D92: hue angle of 346.15º 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 #D87D92 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 146 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.15 |
| HSL | 346.15º | 0.54% | 0.67% | - |
| HSV(B) | 346.15º | 0.42% | 0.85% | - |
| XYZ | 40.84 | 31.34 | 31.09 | - |
| YUV | 154.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 146 | 0 | 0.42 | 0.32 | 0.15 | 346.15 | 0.54 | 0.67 |
| Hex | D8 | 7D | 92 | 0 | 2A | 20 | F | 15A | 36 | 43 |
| Octal | 330 | 175 | 222 | 0 | 52 | 40 | 17 | 532 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10010010 | 0 | 101010 | 100000 | 1111 | 101011010 | 110110 | 1000011 |
Color Harmonies of #D87D92
Complementary color
Monochromatic Colors of #D87D92
Black with #D87D92
Text Example
Text Example
White with #D87D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D92; }
p { color: rgb(216,125,146); }
H1.HeaderClassName
{
color: #D87D92;
}
.AnyTagClassName
{
color: #D87D92;
}
</style>
background-color css
<style>
a { background-color: #D87D92; }
a { background-color: rgb(216,125,146); }
div.DivClassName
{
background-color: #D87D92;
}
.BgClassName
{
background-color: #D87D92;
}
</style>
border-color css
<style>
span { border-color: #D87D92; }
span { border-color: rgb(216,125,146); }
td.TdClassName
{
border-color: #D87D92;
}
.TagClassName
{
border-color: #D87D92;
}
</style>