Shades of Deep Cerise #DB20A2
Tints of Deep Cerise #DB20A2
RGB
CMYK
RGB Variations
Color information
#DB20A2 (or 0xDB20A2) is known color: Deep Cerise. HEX triplet: DB, 20 and A2. RGB value is (219,32,162). Sum of RGB (Red+Green+Blue) = 219+32+162=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20A2 is #24DF5D. Grayscale: #666666. Windows color (decimal): -2416478 or 10625243. OLE color: 10625243.
HSL color Cylindrical-coordinate representation of color #DB20A2: hue angle of 318.29º 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 #DB20A2 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 32 | 162 | - |
CMYK | 0 | 0.85 | 0.26 | 0.14 |
HSL | 318.29º | 0.75% | 0.49% | - |
HSV(B) | 318.29º | 0.85% | 0.86% | - |
XYZ | 36.25 | 18.7 | 35.88 | - |
YUV | 102.73 | 161.45 | 210.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 32 | 162 | 0 | 0.85 | 0.26 | 0.14 | 318.29 | 0.75 | 0.49 |
Hex | DB | 20 | A2 | 0 | 55 | 1A | E | 13E | 4B | 31 |
Octal | 333 | 40 | 242 | 0 | 125 | 32 | 16 | 476 | 113 | 61 |
Binary | 11011011 | 100000 | 10100010 | 0 | 1010101 | 11010 | 1110 | 100111110 | 1001011 | 110001 |
Color Harmonies of #DB20A2
Complementary color
Monochromatic Colors of #DB20A2
Black with #DB20A2
Text Example
Text Example
White with #DB20A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20A2; }
p { color: rgb(219,32,162); }
H1.HeaderClassName
{
color: #DB20A2;
}
.AnyTagClassName
{
color: #DB20A2;
}
</style>
background-color css
<style>
a { background-color: #DB20A2; }
a { background-color: rgb(219,32,162); }
div.DivClassName
{
background-color: #DB20A2;
}
.BgClassName
{
background-color: #DB20A2;
}
</style>
border-color css
<style>
span { border-color: #DB20A2; }
span { border-color: rgb(219,32,162); }
td.TdClassName
{
border-color: #DB20A2;
}
.TagClassName
{
border-color: #DB20A2;
}
</style>