Shades of Deep Blush #DB7089
Tints of Deep Blush #DB7089
RGB
CMYK
RGB Variations
Color information
#DB7089 (or 0xDB7089) is known color: Deep Blush. HEX triplet: DB, 70 and 89. RGB value is (219,112,137). Sum of RGB (Red+Green+Blue) = 219+112+137=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7089 is #248F76. Grayscale: #929292. Windows color (decimal): -2396023 or 9007323. OLE color: 9007323.
HSL color Cylindrical-coordinate representation of color #DB7089: hue angle of 345.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7089 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 137 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.14 |
| HSL | 345.98º | 0.6% | 0.65% | - |
| HSV(B) | 345.98º | 0.49% | 0.86% | - |
| XYZ | 39.52 | 28.45 | 27.08 | - |
| YUV | 146.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 137 | 0 | 0.49 | 0.37 | 0.14 | 345.98 | 0.6 | 0.65 |
| Hex | DB | 70 | 89 | 0 | 31 | 25 | E | 15A | 3C | 41 |
| Octal | 333 | 160 | 211 | 0 | 61 | 45 | 16 | 532 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10001001 | 0 | 110001 | 100101 | 1110 | 101011010 | 111100 | 1000001 |
Color Harmonies of #DB7089
Complementary color
Monochromatic Colors of #DB7089
Black with #DB7089
Text Example
Text Example
White with #DB7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7089; }
p { color: rgb(219,112,137); }
H1.HeaderClassName
{
color: #DB7089;
}
.AnyTagClassName
{
color: #DB7089;
}
</style>
background-color css
<style>
a { background-color: #DB7089; }
a { background-color: rgb(219,112,137); }
div.DivClassName
{
background-color: #DB7089;
}
.BgClassName
{
background-color: #DB7089;
}
</style>
border-color css
<style>
span { border-color: #DB7089; }
span { border-color: rgb(219,112,137); }
td.TdClassName
{
border-color: #DB7089;
}
.TagClassName
{
border-color: #DB7089;
}
</style>