Shades of Deep Blush #DB6A84
Tints of Deep Blush #DB6A84
RGB
CMYK
RGB Variations
Color information
#DB6A84 (or 0xDB6A84) is known color: Deep Blush. HEX triplet: DB, 6A and 84. RGB value is (219,106,132). Sum of RGB (Red+Green+Blue) = 219+106+132=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A84 is #24957B. Grayscale: #8E8E8E. Windows color (decimal): -2397564 or 8678107. OLE color: 8678107.
HSL color Cylindrical-coordinate representation of color #DB6A84: hue angle of 346.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A84 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 132 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.14 |
| HSL | 346.19º | 0.61% | 0.64% | - |
| HSV(B) | 346.19º | 0.52% | 0.86% | - |
| XYZ | 38.53 | 27.03 | 25.02 | - |
| YUV | 142.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 132 | 0 | 0.52 | 0.40 | 0.14 | 346.19 | 0.61 | 0.64 |
| Hex | DB | 6A | 84 | 0 | 34 | 28 | E | 15A | 3D | 40 |
| Octal | 333 | 152 | 204 | 0 | 64 | 50 | 16 | 532 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10000100 | 0 | 110100 | 101000 | 1110 | 101011010 | 111101 | 1000000 |
Color Harmonies of #DB6A84
Complementary color
Monochromatic Colors of #DB6A84
Black with #DB6A84
Text Example
Text Example
White with #DB6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A84; }
p { color: rgb(219,106,132); }
H1.HeaderClassName
{
color: #DB6A84;
}
.AnyTagClassName
{
color: #DB6A84;
}
</style>
background-color css
<style>
a { background-color: #DB6A84; }
a { background-color: rgb(219,106,132); }
div.DivClassName
{
background-color: #DB6A84;
}
.BgClassName
{
background-color: #DB6A84;
}
</style>
border-color css
<style>
span { border-color: #DB6A84; }
span { border-color: rgb(219,106,132); }
td.TdClassName
{
border-color: #DB6A84;
}
.TagClassName
{
border-color: #DB6A84;
}
</style>