Shades of Charm #DB7D89
Tints of Charm #DB7D89
RGB
CMYK
RGB Variations
Color information
#DB7D89 (or 0xDB7D89) is known color: Charm. HEX triplet: DB, 7D and 89. RGB value is (219,125,137). Sum of RGB (Red+Green+Blue) = 219+125+137=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D89 is #248276. Grayscale: #9A9A9A. Windows color (decimal): -2392695 or 9010651. OLE color: 9010651.
HSL color Cylindrical-coordinate representation of color #DB7D89: hue angle of 352.34º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7D89 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 137 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.14 |
| HSL | 352.34º | 0.57% | 0.67% | - |
| HSV(B) | 352.34º | 0.43% | 0.86% | - |
| XYZ | 41.06 | 31.53 | 27.59 | - |
| YUV | 154.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 137 | 0 | 0.43 | 0.37 | 0.14 | 352.34 | 0.57 | 0.67 |
| Hex | DB | 7D | 89 | 0 | 2B | 25 | E | 160 | 39 | 43 |
| Octal | 333 | 175 | 211 | 0 | 53 | 45 | 16 | 540 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10001001 | 0 | 101011 | 100101 | 1110 | 101100000 | 111001 | 1000011 |
Color Harmonies of #DB7D89
Complementary color
Monochromatic Colors of #DB7D89
Black with #DB7D89
Text Example
Text Example
White with #DB7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D89; }
p { color: rgb(219,125,137); }
H1.HeaderClassName
{
color: #DB7D89;
}
.AnyTagClassName
{
color: #DB7D89;
}
</style>
background-color css
<style>
a { background-color: #DB7D89; }
a { background-color: rgb(219,125,137); }
div.DivClassName
{
background-color: #DB7D89;
}
.BgClassName
{
background-color: #DB7D89;
}
</style>
border-color css
<style>
span { border-color: #DB7D89; }
span { border-color: rgb(219,125,137); }
td.TdClassName
{
border-color: #DB7D89;
}
.TagClassName
{
border-color: #DB7D89;
}
</style>