Shades of Charm #DB7E87
Tints of Charm #DB7E87
RGB
CMYK
RGB Variations
Color information
#DB7E87 (or 0xDB7E87) is known color: Charm. HEX triplet: DB, 7E and 87. RGB value is (219,126,135). Sum of RGB (Red+Green+Blue) = 219+126+135=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E87 is #248178. Grayscale: #9A9A9A. Windows color (decimal): -2392441 or 8879835. OLE color: 8879835.
HSL color Cylindrical-coordinate representation of color #DB7E87: hue angle of 354.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7E87 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 135 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.14 |
| HSL | 354.19º | 0.56% | 0.68% | - |
| HSV(B) | 354.19º | 0.42% | 0.86% | - |
| XYZ | 41.05 | 31.73 | 26.88 | - |
| YUV | 154.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 135 | 0 | 0.42 | 0.38 | 0.14 | 354.19 | 0.56 | 0.68 |
| Hex | DB | 7E | 87 | 0 | 2A | 26 | E | 162 | 38 | 44 |
| Octal | 333 | 176 | 207 | 0 | 52 | 46 | 16 | 542 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10000111 | 0 | 101010 | 100110 | 1110 | 101100010 | 111000 | 1000100 |
Color Harmonies of #DB7E87
Complementary color
Monochromatic Colors of #DB7E87
Black with #DB7E87
Text Example
Text Example
White with #DB7E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E87; }
p { color: rgb(219,126,135); }
H1.HeaderClassName
{
color: #DB7E87;
}
.AnyTagClassName
{
color: #DB7E87;
}
</style>
background-color css
<style>
a { background-color: #DB7E87; }
a { background-color: rgb(219,126,135); }
div.DivClassName
{
background-color: #DB7E87;
}
.BgClassName
{
background-color: #DB7E87;
}
</style>
border-color css
<style>
span { border-color: #DB7E87; }
span { border-color: rgb(219,126,135); }
td.TdClassName
{
border-color: #DB7E87;
}
.TagClassName
{
border-color: #DB7E87;
}
</style>