Shades of Deep Blush #DB7189
Tints of Deep Blush #DB7189
RGB
CMYK
RGB Variations
Color information
#DB7189 (or 0xDB7189) is known color: Deep Blush. HEX triplet: DB, 71 and 89. RGB value is (219,113,137). Sum of RGB (Red+Green+Blue) = 219+113+137=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7189 is #248E76. Grayscale: #939393. Windows color (decimal): -2395767 or 9007579. OLE color: 9007579.
HSL color Cylindrical-coordinate representation of color #DB7189: hue angle of 346.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7189 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 137 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.14 |
| HSL | 346.42º | 0.6% | 0.65% | - |
| HSV(B) | 346.42º | 0.48% | 0.86% | - |
| XYZ | 39.63 | 28.68 | 27.11 | - |
| YUV | 147.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 137 | 0 | 0.48 | 0.37 | 0.14 | 346.42 | 0.6 | 0.65 |
| Hex | DB | 71 | 89 | 0 | 30 | 25 | E | 15A | 3C | 41 |
| Octal | 333 | 161 | 211 | 0 | 60 | 45 | 16 | 532 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10001001 | 0 | 110000 | 100101 | 1110 | 101011010 | 111100 | 1000001 |
Color Harmonies of #DB7189
Complementary color
Monochromatic Colors of #DB7189
Black with #DB7189
Text Example
Text Example
White with #DB7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7189; }
p { color: rgb(219,113,137); }
H1.HeaderClassName
{
color: #DB7189;
}
.AnyTagClassName
{
color: #DB7189;
}
</style>
background-color css
<style>
a { background-color: #DB7189; }
a { background-color: rgb(219,113,137); }
div.DivClassName
{
background-color: #DB7189;
}
.BgClassName
{
background-color: #DB7189;
}
</style>
border-color css
<style>
span { border-color: #DB7189; }
span { border-color: rgb(219,113,137); }
td.TdClassName
{
border-color: #DB7189;
}
.TagClassName
{
border-color: #DB7189;
}
</style>