Shades of Deep Cerise #DB40A0
Tints of Deep Cerise #DB40A0
RGB
CMYK
RGB Variations
Color information
#DB40A0 (or 0xDB40A0) is known color: Deep Cerise. HEX triplet: DB, 40 and A0. RGB value is (219,64,160). Sum of RGB (Red+Green+Blue) = 219+64+160=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40A0 is #24BF5F. Grayscale: #797979. Windows color (decimal): -2408288 or 10502363. OLE color: 10502363.
HSL color Cylindrical-coordinate representation of color #DB40A0: hue angle of 322.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40A0 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 160 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.14 |
| HSL | 322.84º | 0.68% | 0.55% | - |
| HSV(B) | 322.84º | 0.71% | 0.86% | - |
| XYZ | 37.39 | 21.26 | 35.39 | - |
| YUV | 121.29 | 149.85 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 160 | 0 | 0.71 | 0.27 | 0.14 | 322.84 | 0.68 | 0.55 |
| Hex | DB | 40 | A0 | 0 | 47 | 1B | E | 143 | 44 | 37 |
| Octal | 333 | 100 | 240 | 0 | 107 | 33 | 16 | 503 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10100000 | 0 | 1000111 | 11011 | 1110 | 101000011 | 1000100 | 110111 |
Color Harmonies of #DB40A0
Complementary color
Monochromatic Colors of #DB40A0
Black with #DB40A0
Text Example
Text Example
White with #DB40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40A0; }
p { color: rgb(219,64,160); }
H1.HeaderClassName
{
color: #DB40A0;
}
.AnyTagClassName
{
color: #DB40A0;
}
</style>
background-color css
<style>
a { background-color: #DB40A0; }
a { background-color: rgb(219,64,160); }
div.DivClassName
{
background-color: #DB40A0;
}
.BgClassName
{
background-color: #DB40A0;
}
</style>
border-color css
<style>
span { border-color: #DB40A0; }
span { border-color: rgb(219,64,160); }
td.TdClassName
{
border-color: #DB40A0;
}
.TagClassName
{
border-color: #DB40A0;
}
</style>