Shades of Charm #DB7B89
Tints of Charm #DB7B89
RGB
CMYK
RGB Variations
Color information
#DB7B89 (or 0xDB7B89) is known color: Charm. HEX triplet: DB, 7B and 89. RGB value is (219,123,137). Sum of RGB (Red+Green+Blue) = 219+123+137=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B89 is #248476. Grayscale: #999999. Windows color (decimal): -2393207 or 9010139. OLE color: 9010139.
HSL color Cylindrical-coordinate representation of color #DB7B89: hue angle of 351.25º 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 #DB7B89 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 137 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.14 |
| HSL | 351.25º | 0.57% | 0.67% | - |
| HSV(B) | 351.25º | 0.44% | 0.86% | - |
| XYZ | 40.81 | 31.03 | 27.51 | - |
| YUV | 153.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 137 | 0 | 0.44 | 0.37 | 0.14 | 351.25 | 0.57 | 0.67 |
| Hex | DB | 7B | 89 | 0 | 2C | 25 | E | 15F | 39 | 43 |
| Octal | 333 | 173 | 211 | 0 | 54 | 45 | 16 | 537 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10001001 | 0 | 101100 | 100101 | 1110 | 101011111 | 111001 | 1000011 |
Color Harmonies of #DB7B89
Complementary color
Monochromatic Colors of #DB7B89
Black with #DB7B89
Text Example
Text Example
White with #DB7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B89; }
p { color: rgb(219,123,137); }
H1.HeaderClassName
{
color: #DB7B89;
}
.AnyTagClassName
{
color: #DB7B89;
}
</style>
background-color css
<style>
a { background-color: #DB7B89; }
a { background-color: rgb(219,123,137); }
div.DivClassName
{
background-color: #DB7B89;
}
.BgClassName
{
background-color: #DB7B89;
}
</style>
border-color css
<style>
span { border-color: #DB7B89; }
span { border-color: rgb(219,123,137); }
td.TdClassName
{
border-color: #DB7B89;
}
.TagClassName
{
border-color: #DB7B89;
}
</style>