Shades of Deep Blush #DB7784
Tints of Deep Blush #DB7784
RGB
CMYK
RGB Variations
Color information
#DB7784 (or 0xDB7784) is known color: Deep Blush. HEX triplet: DB, 77 and 84. RGB value is (219,119,132). Sum of RGB (Red+Green+Blue) = 219+119+132=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7784 is #24887B. Grayscale: #969696. Windows color (decimal): -2394236 or 8681435. OLE color: 8681435.
HSL color Cylindrical-coordinate representation of color #DB7784: hue angle of 352.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7784 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 132 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.14 |
| HSL | 352.2º | 0.58% | 0.66% | - |
| HSV(B) | 352.2º | 0.46% | 0.86% | - |
| XYZ | 39.98 | 29.92 | 25.5 | - |
| YUV | 150.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 132 | 0 | 0.46 | 0.40 | 0.14 | 352.2 | 0.58 | 0.66 |
| Hex | DB | 77 | 84 | 0 | 2E | 28 | E | 160 | 3A | 42 |
| Octal | 333 | 167 | 204 | 0 | 56 | 50 | 16 | 540 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10000100 | 0 | 101110 | 101000 | 1110 | 101100000 | 111010 | 1000010 |
Color Harmonies of #DB7784
Complementary color
Monochromatic Colors of #DB7784
Black with #DB7784
Text Example
Text Example
White with #DB7784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7784; }
p { color: rgb(219,119,132); }
H1.HeaderClassName
{
color: #DB7784;
}
.AnyTagClassName
{
color: #DB7784;
}
</style>
background-color css
<style>
a { background-color: #DB7784; }
a { background-color: rgb(219,119,132); }
div.DivClassName
{
background-color: #DB7784;
}
.BgClassName
{
background-color: #DB7784;
}
</style>
border-color css
<style>
span { border-color: #DB7784; }
span { border-color: rgb(219,119,132); }
td.TdClassName
{
border-color: #DB7784;
}
.TagClassName
{
border-color: #DB7784;
}
</style>