Shades of Deep Blush #DB7384
Tints of Deep Blush #DB7384
RGB
CMYK
RGB Variations
Color information
#DB7384 (or 0xDB7384) is known color: Deep Blush. HEX triplet: DB, 73 and 84. RGB value is (219,115,132). Sum of RGB (Red+Green+Blue) = 219+115+132=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7384 is #248C7B. Grayscale: #949494. Windows color (decimal): -2395260 or 8680411. OLE color: 8680411.
HSL color Cylindrical-coordinate representation of color #DB7384: hue angle of 350.19º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7384 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 132 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.14 |
| HSL | 350.19º | 0.59% | 0.65% | - |
| HSV(B) | 350.19º | 0.47% | 0.86% | - |
| XYZ | 39.51 | 28.99 | 25.34 | - |
| YUV | 148.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 132 | 0 | 0.47 | 0.40 | 0.14 | 350.19 | 0.59 | 0.65 |
| Hex | DB | 73 | 84 | 0 | 2F | 28 | E | 15E | 3B | 41 |
| Octal | 333 | 163 | 204 | 0 | 57 | 50 | 16 | 536 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10000100 | 0 | 101111 | 101000 | 1110 | 101011110 | 111011 | 1000001 |
Color Harmonies of #DB7384
Complementary color
Monochromatic Colors of #DB7384
Black with #DB7384
Text Example
Text Example
White with #DB7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7384; }
p { color: rgb(219,115,132); }
H1.HeaderClassName
{
color: #DB7384;
}
.AnyTagClassName
{
color: #DB7384;
}
</style>
background-color css
<style>
a { background-color: #DB7384; }
a { background-color: rgb(219,115,132); }
div.DivClassName
{
background-color: #DB7384;
}
.BgClassName
{
background-color: #DB7384;
}
</style>
border-color css
<style>
span { border-color: #DB7384; }
span { border-color: rgb(219,115,132); }
td.TdClassName
{
border-color: #DB7384;
}
.TagClassName
{
border-color: #DB7384;
}
</style>