Shades of Deep Blush #DB6480
Tints of Deep Blush #DB6480
RGB
CMYK
RGB Variations
Color information
#DB6480 (or 0xDB6480) is known color: Deep Blush. HEX triplet: DB, 64 and 80. RGB value is (219,100,128). Sum of RGB (Red+Green+Blue) = 219+100+128=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6480 is #249B7F. Grayscale: #8A8A8A. Windows color (decimal): -2399104 or 8414427. OLE color: 8414427.
HSL color Cylindrical-coordinate representation of color #DB6480: hue angle of 345.88º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6480 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 128 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.14 |
| HSL | 345.88º | 0.62% | 0.63% | - |
| HSV(B) | 345.88º | 0.54% | 0.86% | - |
| XYZ | 37.67 | 25.73 | 23.4 | - |
| YUV | 138.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 128 | 0 | 0.54 | 0.42 | 0.14 | 345.88 | 0.62 | 0.63 |
| Hex | DB | 64 | 80 | 0 | 36 | 2A | E | 15A | 3E | 3F |
| Octal | 333 | 144 | 200 | 0 | 66 | 52 | 16 | 532 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10000000 | 0 | 110110 | 101010 | 1110 | 101011010 | 111110 | 111111 |
Color Harmonies of #DB6480
Complementary color
Monochromatic Colors of #DB6480
Black with #DB6480
Text Example
Text Example
White with #DB6480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6480; }
p { color: rgb(219,100,128); }
H1.HeaderClassName
{
color: #DB6480;
}
.AnyTagClassName
{
color: #DB6480;
}
</style>
background-color css
<style>
a { background-color: #DB6480; }
a { background-color: rgb(219,100,128); }
div.DivClassName
{
background-color: #DB6480;
}
.BgClassName
{
background-color: #DB6480;
}
</style>
border-color css
<style>
span { border-color: #DB6480; }
span { border-color: rgb(219,100,128); }
td.TdClassName
{
border-color: #DB6480;
}
.TagClassName
{
border-color: #DB6480;
}
</style>