Shades of Deep Blush #DB6580
Tints of Deep Blush #DB6580
RGB
CMYK
RGB Variations
Color information
#DB6580 (or 0xDB6580) is known color: Deep Blush. HEX triplet: DB, 65 and 80. RGB value is (219,101,128). Sum of RGB (Red+Green+Blue) = 219+101+128=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6580 is #249A7F. Grayscale: #8B8B8B. Windows color (decimal): -2398848 or 8414683. OLE color: 8414683.
HSL color Cylindrical-coordinate representation of color #DB6580: hue angle of 346.27º 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 #DB6580 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 128 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.14 |
| HSL | 346.27º | 0.62% | 0.63% | - |
| HSV(B) | 346.27º | 0.54% | 0.86% | - |
| XYZ | 37.76 | 25.93 | 23.44 | - |
| YUV | 139.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 128 | 0 | 0.54 | 0.42 | 0.14 | 346.27 | 0.62 | 0.63 |
| Hex | DB | 65 | 80 | 0 | 36 | 2A | E | 15A | 3E | 3F |
| Octal | 333 | 145 | 200 | 0 | 66 | 52 | 16 | 532 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10000000 | 0 | 110110 | 101010 | 1110 | 101011010 | 111110 | 111111 |
Color Harmonies of #DB6580
Complementary color
Monochromatic Colors of #DB6580
Black with #DB6580
Text Example
Text Example
White with #DB6580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6580; }
p { color: rgb(219,101,128); }
H1.HeaderClassName
{
color: #DB6580;
}
.AnyTagClassName
{
color: #DB6580;
}
</style>
background-color css
<style>
a { background-color: #DB6580; }
a { background-color: rgb(219,101,128); }
div.DivClassName
{
background-color: #DB6580;
}
.BgClassName
{
background-color: #DB6580;
}
</style>
border-color css
<style>
span { border-color: #DB6580; }
span { border-color: rgb(219,101,128); }
td.TdClassName
{
border-color: #DB6580;
}
.TagClassName
{
border-color: #DB6580;
}
</style>