Shades of Charm #DB7A89
Tints of Charm #DB7A89
RGB
CMYK
RGB Variations
Color information
#DB7A89 (or 0xDB7A89) is known color: Charm. HEX triplet: DB, 7A and 89. RGB value is (219,122,137). Sum of RGB (Red+Green+Blue) = 219+122+137=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A89 is #248576. Grayscale: #989898. Windows color (decimal): -2393463 or 9009883. OLE color: 9009883.
HSL color Cylindrical-coordinate representation of color #DB7A89: hue angle of 350.72º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7A89 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 137 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.14 |
| HSL | 350.72º | 0.57% | 0.67% | - |
| HSV(B) | 350.72º | 0.44% | 0.86% | - |
| XYZ | 40.69 | 30.79 | 27.46 | - |
| YUV | 152.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 137 | 0 | 0.44 | 0.37 | 0.14 | 350.72 | 0.57 | 0.67 |
| Hex | DB | 7A | 89 | 0 | 2C | 25 | E | 15F | 39 | 43 |
| Octal | 333 | 172 | 211 | 0 | 54 | 45 | 16 | 537 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10001001 | 0 | 101100 | 100101 | 1110 | 101011111 | 111001 | 1000011 |
Color Harmonies of #DB7A89
Complementary color
Monochromatic Colors of #DB7A89
Black with #DB7A89
Text Example
Text Example
White with #DB7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A89; }
p { color: rgb(219,122,137); }
H1.HeaderClassName
{
color: #DB7A89;
}
.AnyTagClassName
{
color: #DB7A89;
}
</style>
background-color css
<style>
a { background-color: #DB7A89; }
a { background-color: rgb(219,122,137); }
div.DivClassName
{
background-color: #DB7A89;
}
.BgClassName
{
background-color: #DB7A89;
}
</style>
border-color css
<style>
span { border-color: #DB7A89; }
span { border-color: rgb(219,122,137); }
td.TdClassName
{
border-color: #DB7A89;
}
.TagClassName
{
border-color: #DB7A89;
}
</style>