Shades of Deep Cerise #DB20A0
Tints of Deep Cerise #DB20A0
RGB
CMYK
RGB Variations
Color information
#DB20A0 (or 0xDB20A0) is known color: Deep Cerise. HEX triplet: DB, 20 and A0. RGB value is (219,32,160). Sum of RGB (Red+Green+Blue) = 219+32+160=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20A0 is #24DF5F. Grayscale: #666666. Windows color (decimal): -2416480 or 10494171. OLE color: 10494171.
HSL color Cylindrical-coordinate representation of color #DB20A0: hue angle of 318.93º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB20A0 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 160 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.14 |
| HSL | 318.93º | 0.75% | 0.49% | - |
| HSV(B) | 318.93º | 0.85% | 0.86% | - |
| XYZ | 36.08 | 18.63 | 34.95 | - |
| YUV | 102.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 160 | 0 | 0.85 | 0.27 | 0.14 | 318.93 | 0.75 | 0.49 |
| Hex | DB | 20 | A0 | 0 | 55 | 1B | E | 13F | 4B | 31 |
| Octal | 333 | 40 | 240 | 0 | 125 | 33 | 16 | 477 | 113 | 61 |
| Binary | 11011011 | 100000 | 10100000 | 0 | 1010101 | 11011 | 1110 | 100111111 | 1001011 | 110001 |
Color Harmonies of #DB20A0
Complementary color
Monochromatic Colors of #DB20A0
Black with #DB20A0
Text Example
Text Example
White with #DB20A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20A0; }
p { color: rgb(219,32,160); }
H1.HeaderClassName
{
color: #DB20A0;
}
.AnyTagClassName
{
color: #DB20A0;
}
</style>
background-color css
<style>
a { background-color: #DB20A0; }
a { background-color: rgb(219,32,160); }
div.DivClassName
{
background-color: #DB20A0;
}
.BgClassName
{
background-color: #DB20A0;
}
</style>
border-color css
<style>
span { border-color: #DB20A0; }
span { border-color: rgb(219,32,160); }
td.TdClassName
{
border-color: #DB20A0;
}
.TagClassName
{
border-color: #DB20A0;
}
</style>