Shades of Charm #DB7E84
Tints of Charm #DB7E84
RGB
CMYK
RGB Variations
Color information
#DB7E84 (or 0xDB7E84) is known color: Charm. HEX triplet: DB, 7E and 84. RGB value is (219,126,132). Sum of RGB (Red+Green+Blue) = 219+126+132=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E84 is #24817B. Grayscale: #9A9A9A. Windows color (decimal): -2392444 or 8683227. OLE color: 8683227.
HSL color Cylindrical-coordinate representation of color #DB7E84: hue angle of 356.13º 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 #DB7E84 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 132 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.14 |
| HSL | 356.13º | 0.56% | 0.68% | - |
| HSV(B) | 356.13º | 0.42% | 0.86% | - |
| XYZ | 40.84 | 31.65 | 25.79 | - |
| YUV | 154.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 132 | 0 | 0.42 | 0.40 | 0.14 | 356.13 | 0.56 | 0.68 |
| Hex | DB | 7E | 84 | 0 | 2A | 28 | E | 164 | 38 | 44 |
| Octal | 333 | 176 | 204 | 0 | 52 | 50 | 16 | 544 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10000100 | 0 | 101010 | 101000 | 1110 | 101100100 | 111000 | 1000100 |
Color Harmonies of #DB7E84
Complementary color
Monochromatic Colors of #DB7E84
Black with #DB7E84
Text Example
Text Example
White with #DB7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E84; }
p { color: rgb(219,126,132); }
H1.HeaderClassName
{
color: #DB7E84;
}
.AnyTagClassName
{
color: #DB7E84;
}
</style>
background-color css
<style>
a { background-color: #DB7E84; }
a { background-color: rgb(219,126,132); }
div.DivClassName
{
background-color: #DB7E84;
}
.BgClassName
{
background-color: #DB7E84;
}
</style>
border-color css
<style>
span { border-color: #DB7E84; }
span { border-color: rgb(219,126,132); }
td.TdClassName
{
border-color: #DB7E84;
}
.TagClassName
{
border-color: #DB7E84;
}
</style>