Shades of Deep Cerise #DB20A1
Tints of Deep Cerise #DB20A1
RGB
CMYK
RGB Variations
Color information
#DB20A1 (or 0xDB20A1) is known color: Deep Cerise. HEX triplet: DB, 20 and A1. RGB value is (219,32,161). Sum of RGB (Red+Green+Blue) = 219+32+161=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20A1 is #24DF5E. Grayscale: #666666. Windows color (decimal): -2416479 or 10559707. OLE color: 10559707.
HSL color Cylindrical-coordinate representation of color #DB20A1: hue angle of 318.61º 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 #DB20A1 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 161 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.14 |
| HSL | 318.61º | 0.75% | 0.49% | - |
| HSV(B) | 318.61º | 0.85% | 0.86% | - |
| XYZ | 36.16 | 18.67 | 35.42 | - |
| YUV | 102.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 161 | 0 | 0.85 | 0.26 | 0.14 | 318.61 | 0.75 | 0.49 |
| Hex | DB | 20 | A1 | 0 | 55 | 1A | E | 13F | 4B | 31 |
| Octal | 333 | 40 | 241 | 0 | 125 | 32 | 16 | 477 | 113 | 61 |
| Binary | 11011011 | 100000 | 10100001 | 0 | 1010101 | 11010 | 1110 | 100111111 | 1001011 | 110001 |
Color Harmonies of #DB20A1
Complementary color
Monochromatic Colors of #DB20A1
Black with #DB20A1
Text Example
Text Example
White with #DB20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20A1; }
p { color: rgb(219,32,161); }
H1.HeaderClassName
{
color: #DB20A1;
}
.AnyTagClassName
{
color: #DB20A1;
}
</style>
background-color css
<style>
a { background-color: #DB20A1; }
a { background-color: rgb(219,32,161); }
div.DivClassName
{
background-color: #DB20A1;
}
.BgClassName
{
background-color: #DB20A1;
}
</style>
border-color css
<style>
span { border-color: #DB20A1; }
span { border-color: rgb(219,32,161); }
td.TdClassName
{
border-color: #DB20A1;
}
.TagClassName
{
border-color: #DB20A1;
}
</style>