Shades of Deep Blush #DB6D80
Tints of Deep Blush #DB6D80
RGB
CMYK
RGB Variations
Color information
#DB6D80 (or 0xDB6D80) is known color: Deep Blush. HEX triplet: DB, 6D and 80. RGB value is (219,109,128). Sum of RGB (Red+Green+Blue) = 219+109+128=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D80 is #24927F. Grayscale: #909090. Windows color (decimal): -2396800 or 8416731. OLE color: 8416731.
HSL color Cylindrical-coordinate representation of color #DB6D80: hue angle of 349.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D80 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 128 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.14 |
| HSL | 349.64º | 0.6% | 0.64% | - |
| HSV(B) | 349.64º | 0.5% | 0.86% | - |
| XYZ | 38.58 | 27.56 | 23.71 | - |
| YUV | 144.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 128 | 0 | 0.50 | 0.42 | 0.14 | 349.64 | 0.6 | 0.64 |
| Hex | DB | 6D | 80 | 0 | 32 | 2A | E | 15E | 3C | 40 |
| Octal | 333 | 155 | 200 | 0 | 62 | 52 | 16 | 536 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10000000 | 0 | 110010 | 101010 | 1110 | 101011110 | 111100 | 1000000 |
Color Harmonies of #DB6D80
Complementary color
Monochromatic Colors of #DB6D80
Black with #DB6D80
Text Example
Text Example
White with #DB6D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D80; }
p { color: rgb(219,109,128); }
H1.HeaderClassName
{
color: #DB6D80;
}
.AnyTagClassName
{
color: #DB6D80;
}
</style>
background-color css
<style>
a { background-color: #DB6D80; }
a { background-color: rgb(219,109,128); }
div.DivClassName
{
background-color: #DB6D80;
}
.BgClassName
{
background-color: #DB6D80;
}
</style>
border-color css
<style>
span { border-color: #DB6D80; }
span { border-color: rgb(219,109,128); }
td.TdClassName
{
border-color: #DB6D80;
}
.TagClassName
{
border-color: #DB6D80;
}
</style>