Shades of Deep Blush #DB6F80
Tints of Deep Blush #DB6F80
RGB
CMYK
RGB Variations
Color information
#DB6F80 (or 0xDB6F80) is known color: Deep Blush. HEX triplet: DB, 6F and 80. RGB value is (219,111,128). Sum of RGB (Red+Green+Blue) = 219+111+128=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F80 is #24907F. Grayscale: #919191. Windows color (decimal): -2396288 or 8417243. OLE color: 8417243.
HSL color Cylindrical-coordinate representation of color #DB6F80: hue angle of 350.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F80 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 128 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.14 |
| HSL | 350.56º | 0.6% | 0.65% | - |
| HSV(B) | 350.56º | 0.49% | 0.86% | - |
| XYZ | 38.79 | 27.99 | 23.78 | - |
| YUV | 145.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 128 | 0 | 0.49 | 0.42 | 0.14 | 350.56 | 0.6 | 0.65 |
| Hex | DB | 6F | 80 | 0 | 31 | 2A | E | 15F | 3C | 41 |
| Octal | 333 | 157 | 200 | 0 | 61 | 52 | 16 | 537 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10000000 | 0 | 110001 | 101010 | 1110 | 101011111 | 111100 | 1000001 |
Color Harmonies of #DB6F80
Complementary color
Monochromatic Colors of #DB6F80
Black with #DB6F80
Text Example
Text Example
White with #DB6F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F80; }
p { color: rgb(219,111,128); }
H1.HeaderClassName
{
color: #DB6F80;
}
.AnyTagClassName
{
color: #DB6F80;
}
</style>
background-color css
<style>
a { background-color: #DB6F80; }
a { background-color: rgb(219,111,128); }
div.DivClassName
{
background-color: #DB6F80;
}
.BgClassName
{
background-color: #DB6F80;
}
</style>
border-color css
<style>
span { border-color: #DB6F80; }
span { border-color: rgb(219,111,128); }
td.TdClassName
{
border-color: #DB6F80;
}
.TagClassName
{
border-color: #DB6F80;
}
</style>