Shades of Deep Blush #DB7284
Tints of Deep Blush #DB7284
RGB
CMYK
RGB Variations
Color information
#DB7284 (or 0xDB7284) is known color: Deep Blush. HEX triplet: DB, 72 and 84. RGB value is (219,114,132). Sum of RGB (Red+Green+Blue) = 219+114+132=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7284 is #248D7B. Grayscale: #939393. Windows color (decimal): -2395516 or 8680155. OLE color: 8680155.
HSL color Cylindrical-coordinate representation of color #DB7284: hue angle of 349.71º 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 #DB7284 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 132 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.14 |
| HSL | 349.71º | 0.59% | 0.65% | - |
| HSV(B) | 349.71º | 0.48% | 0.86% | - |
| XYZ | 39.4 | 28.76 | 25.3 | - |
| YUV | 147.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 132 | 0 | 0.48 | 0.40 | 0.14 | 349.71 | 0.59 | 0.65 |
| Hex | DB | 72 | 84 | 0 | 30 | 28 | E | 15E | 3B | 41 |
| Octal | 333 | 162 | 204 | 0 | 60 | 50 | 16 | 536 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10000100 | 0 | 110000 | 101000 | 1110 | 101011110 | 111011 | 1000001 |
Color Harmonies of #DB7284
Complementary color
Monochromatic Colors of #DB7284
Black with #DB7284
Text Example
Text Example
White with #DB7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7284; }
p { color: rgb(219,114,132); }
H1.HeaderClassName
{
color: #DB7284;
}
.AnyTagClassName
{
color: #DB7284;
}
</style>
background-color css
<style>
a { background-color: #DB7284; }
a { background-color: rgb(219,114,132); }
div.DivClassName
{
background-color: #DB7284;
}
.BgClassName
{
background-color: #DB7284;
}
</style>
border-color css
<style>
span { border-color: #DB7284; }
span { border-color: rgb(219,114,132); }
td.TdClassName
{
border-color: #DB7284;
}
.TagClassName
{
border-color: #DB7284;
}
</style>