Shades of Deep Blush #DB7082
Tints of Deep Blush #DB7082
RGB
CMYK
RGB Variations
Color information
#DB7082 (or 0xDB7082) is known color: Deep Blush. HEX triplet: DB, 70 and 82. RGB value is (219,112,130). Sum of RGB (Red+Green+Blue) = 219+112+130=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7082 is #248F7D. Grayscale: #929292. Windows color (decimal): -2396030 or 8548571. OLE color: 8548571.
HSL color Cylindrical-coordinate representation of color #DB7082: hue angle of 349.91º 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 #DB7082 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 130 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.14 |
| HSL | 349.91º | 0.6% | 0.65% | - |
| HSV(B) | 349.91º | 0.49% | 0.86% | - |
| XYZ | 39.04 | 28.26 | 24.52 | - |
| YUV | 146.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 130 | 0 | 0.49 | 0.41 | 0.14 | 349.91 | 0.6 | 0.65 |
| Hex | DB | 70 | 82 | 0 | 31 | 29 | E | 15E | 3C | 41 |
| Octal | 333 | 160 | 202 | 0 | 61 | 51 | 16 | 536 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10000010 | 0 | 110001 | 101001 | 1110 | 101011110 | 111100 | 1000001 |
Color Harmonies of #DB7082
Complementary color
Monochromatic Colors of #DB7082
Black with #DB7082
Text Example
Text Example
White with #DB7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7082; }
p { color: rgb(219,112,130); }
H1.HeaderClassName
{
color: #DB7082;
}
.AnyTagClassName
{
color: #DB7082;
}
</style>
background-color css
<style>
a { background-color: #DB7082; }
a { background-color: rgb(219,112,130); }
div.DivClassName
{
background-color: #DB7082;
}
.BgClassName
{
background-color: #DB7082;
}
</style>
border-color css
<style>
span { border-color: #DB7082; }
span { border-color: rgb(219,112,130); }
td.TdClassName
{
border-color: #DB7082;
}
.TagClassName
{
border-color: #DB7082;
}
</style>