Shades of Deep Blush #DB6380
Tints of Deep Blush #DB6380
RGB
CMYK
RGB Variations
Color information
#DB6380 (or 0xDB6380) is known color: Deep Blush. HEX triplet: DB, 63 and 80. RGB value is (219,99,128). Sum of RGB (Red+Green+Blue) = 219+99+128=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6380 is #249C7F. Grayscale: #8A8A8A. Windows color (decimal): -2399360 or 8414171. OLE color: 8414171.
HSL color Cylindrical-coordinate representation of color #DB6380: hue angle of 345.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6380 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 128 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.14 |
| HSL | 345.5º | 0.63% | 0.62% | - |
| HSV(B) | 345.5º | 0.55% | 0.86% | - |
| XYZ | 37.57 | 25.54 | 23.37 | - |
| YUV | 138.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 128 | 0 | 0.55 | 0.42 | 0.14 | 345.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 80 | 0 | 37 | 2A | E | 15A | 3E | 3E |
| Octal | 333 | 143 | 200 | 0 | 67 | 52 | 16 | 532 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10000000 | 0 | 110111 | 101010 | 1110 | 101011010 | 111110 | 111110 |
Color Harmonies of #DB6380
Complementary color
Monochromatic Colors of #DB6380
Black with #DB6380
Text Example
Text Example
White with #DB6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6380; }
p { color: rgb(219,99,128); }
H1.HeaderClassName
{
color: #DB6380;
}
.AnyTagClassName
{
color: #DB6380;
}
</style>
background-color css
<style>
a { background-color: #DB6380; }
a { background-color: rgb(219,99,128); }
div.DivClassName
{
background-color: #DB6380;
}
.BgClassName
{
background-color: #DB6380;
}
</style>
border-color css
<style>
span { border-color: #DB6380; }
span { border-color: rgb(219,99,128); }
td.TdClassName
{
border-color: #DB6380;
}
.TagClassName
{
border-color: #DB6380;
}
</style>