Shades of Deep Blush #DB6984
Tints of Deep Blush #DB6984
RGB
CMYK
RGB Variations
Color information
#DB6984 (or 0xDB6984) is known color: Deep Blush. HEX triplet: DB, 69 and 84. RGB value is (219,105,132). Sum of RGB (Red+Green+Blue) = 219+105+132=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6984 is #24967B. Grayscale: #8E8E8E. Windows color (decimal): -2397820 or 8677851. OLE color: 8677851.
HSL color Cylindrical-coordinate representation of color #DB6984: hue angle of 345.79º 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 #DB6984 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 132 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.14 |
| HSL | 345.79º | 0.61% | 0.64% | - |
| HSV(B) | 345.79º | 0.52% | 0.86% | - |
| XYZ | 38.43 | 26.83 | 24.98 | - |
| YUV | 142.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 132 | 0 | 0.52 | 0.40 | 0.14 | 345.79 | 0.61 | 0.64 |
| Hex | DB | 69 | 84 | 0 | 34 | 28 | E | 15A | 3D | 40 |
| Octal | 333 | 151 | 204 | 0 | 64 | 50 | 16 | 532 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10000100 | 0 | 110100 | 101000 | 1110 | 101011010 | 111101 | 1000000 |
Color Harmonies of #DB6984
Complementary color
Monochromatic Colors of #DB6984
Black with #DB6984
Text Example
Text Example
White with #DB6984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6984; }
p { color: rgb(219,105,132); }
H1.HeaderClassName
{
color: #DB6984;
}
.AnyTagClassName
{
color: #DB6984;
}
</style>
background-color css
<style>
a { background-color: #DB6984; }
a { background-color: rgb(219,105,132); }
div.DivClassName
{
background-color: #DB6984;
}
.BgClassName
{
background-color: #DB6984;
}
</style>
border-color css
<style>
span { border-color: #DB6984; }
span { border-color: rgb(219,105,132); }
td.TdClassName
{
border-color: #DB6984;
}
.TagClassName
{
border-color: #DB6984;
}
</style>