Shades of Deep Blush #DB7280
Tints of Deep Blush #DB7280
RGB
CMYK
RGB Variations
Color information
#DB7280 (or 0xDB7280) is known color: Deep Blush. HEX triplet: DB, 72 and 80. RGB value is (219,114,128). Sum of RGB (Red+Green+Blue) = 219+114+128=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7280 is #248D7F. Grayscale: #939393. Windows color (decimal): -2395520 or 8418011. OLE color: 8418011.
HSL color Cylindrical-coordinate representation of color #DB7280: hue angle of 352º degrees, saturation: 0.59, 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 #DB7280 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 128 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.14 |
| HSL | 352º | 0.59% | 0.65% | - |
| HSV(B) | 352º | 0.48% | 0.86% | - |
| XYZ | 39.13 | 28.65 | 23.89 | - |
| YUV | 146.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 128 | 0 | 0.48 | 0.42 | 0.14 | 352 | 0.59 | 0.65 |
| Hex | DB | 72 | 80 | 0 | 30 | 2A | E | 160 | 3B | 41 |
| Octal | 333 | 162 | 200 | 0 | 60 | 52 | 16 | 540 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10000000 | 0 | 110000 | 101010 | 1110 | 101100000 | 111011 | 1000001 |
Color Harmonies of #DB7280
Complementary color
Monochromatic Colors of #DB7280
Black with #DB7280
Text Example
Text Example
White with #DB7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7280; }
p { color: rgb(219,114,128); }
H1.HeaderClassName
{
color: #DB7280;
}
.AnyTagClassName
{
color: #DB7280;
}
</style>
background-color css
<style>
a { background-color: #DB7280; }
a { background-color: rgb(219,114,128); }
div.DivClassName
{
background-color: #DB7280;
}
.BgClassName
{
background-color: #DB7280;
}
</style>
border-color css
<style>
span { border-color: #DB7280; }
span { border-color: rgb(219,114,128); }
td.TdClassName
{
border-color: #DB7280;
}
.TagClassName
{
border-color: #DB7280;
}
</style>