Shades of Charm #D87E8B
Tints of Charm #D87E8B
RGB
CMYK
RGB Variations
Color information
#D87E8B (or 0xD87E8B) is known color: Charm. HEX triplet: D8, 7E and 8B. RGB value is (216,126,139). Sum of RGB (Red+Green+Blue) = 216+126+139=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E8B is #278174. Grayscale: #9A9A9A. Windows color (decimal): -2589045 or 9141976. OLE color: 9141976.
HSL color Cylindrical-coordinate representation of color #D87E8B: hue angle of 351.33º 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 #D87E8B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 139 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.15 |
| HSL | 351.33º | 0.54% | 0.67% | - |
| HSV(B) | 351.33º | 0.42% | 0.85% | - |
| XYZ | 40.44 | 31.38 | 28.35 | - |
| YUV | 154.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 139 | 0 | 0.42 | 0.36 | 0.15 | 351.33 | 0.54 | 0.67 |
| Hex | D8 | 7E | 8B | 0 | 2A | 24 | F | 15F | 36 | 43 |
| Octal | 330 | 176 | 213 | 0 | 52 | 44 | 17 | 537 | 66 | 103 |
| Binary | 11011000 | 1111110 | 10001011 | 0 | 101010 | 100100 | 1111 | 101011111 | 110110 | 1000011 |
Color Harmonies of #D87E8B
Complementary color
Monochromatic Colors of #D87E8B
Black with #D87E8B
Text Example
Text Example
White with #D87E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E8B; }
p { color: rgb(216,126,139); }
H1.HeaderClassName
{
color: #D87E8B;
}
.AnyTagClassName
{
color: #D87E8B;
}
</style>
background-color css
<style>
a { background-color: #D87E8B; }
a { background-color: rgb(216,126,139); }
div.DivClassName
{
background-color: #D87E8B;
}
.BgClassName
{
background-color: #D87E8B;
}
</style>
border-color css
<style>
span { border-color: #D87E8B; }
span { border-color: rgb(216,126,139); }
td.TdClassName
{
border-color: #D87E8B;
}
.TagClassName
{
border-color: #D87E8B;
}
</style>