Shades of Deep Blush #DB6880
Tints of Deep Blush #DB6880
RGB
CMYK
RGB Variations
Color information
#DB6880 (or 0xDB6880) is known color: Deep Blush. HEX triplet: DB, 68 and 80. RGB value is (219,104,128). Sum of RGB (Red+Green+Blue) = 219+104+128=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6880 is #24977F. Grayscale: #8D8D8D. Windows color (decimal): -2398080 or 8415451. OLE color: 8415451.
HSL color Cylindrical-coordinate representation of color #DB6880: hue angle of 347.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6880 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 128 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.14 |
| HSL | 347.48º | 0.61% | 0.63% | - |
| HSV(B) | 347.48º | 0.53% | 0.86% | - |
| XYZ | 38.06 | 26.52 | 23.53 | - |
| YUV | 141.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 128 | 0 | 0.53 | 0.42 | 0.14 | 347.48 | 0.61 | 0.63 |
| Hex | DB | 68 | 80 | 0 | 35 | 2A | E | 15B | 3D | 3F |
| Octal | 333 | 150 | 200 | 0 | 65 | 52 | 16 | 533 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10000000 | 0 | 110101 | 101010 | 1110 | 101011011 | 111101 | 111111 |
Color Harmonies of #DB6880
Complementary color
Monochromatic Colors of #DB6880
Black with #DB6880
Text Example
Text Example
White with #DB6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6880; }
p { color: rgb(219,104,128); }
H1.HeaderClassName
{
color: #DB6880;
}
.AnyTagClassName
{
color: #DB6880;
}
</style>
background-color css
<style>
a { background-color: #DB6880; }
a { background-color: rgb(219,104,128); }
div.DivClassName
{
background-color: #DB6880;
}
.BgClassName
{
background-color: #DB6880;
}
</style>
border-color css
<style>
span { border-color: #DB6880; }
span { border-color: rgb(219,104,128); }
td.TdClassName
{
border-color: #DB6880;
}
.TagClassName
{
border-color: #DB6880;
}
</style>