Shades of Deep Cerise #DB22A2
Tints of Deep Cerise #DB22A2
RGB
CMYK
RGB Variations
Color information
#DB22A2 (or 0xDB22A2) is known color: Deep Cerise. HEX triplet: DB, 22 and A2. RGB value is (219,34,162). Sum of RGB (Red+Green+Blue) = 219+34+162=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB22A2 is #24DD5D. Grayscale: #676767. Windows color (decimal): -2415966 or 10625755. OLE color: 10625755.
HSL color Cylindrical-coordinate representation of color #DB22A2: hue angle of 318.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22A2 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 162 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.14 |
| HSL | 318.49º | 0.73% | 0.5% | - |
| HSV(B) | 318.49º | 0.84% | 0.86% | - |
| XYZ | 36.31 | 18.81 | 35.9 | - |
| YUV | 103.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 162 | 0 | 0.84 | 0.26 | 0.14 | 318.49 | 0.73 | 0.5 |
| Hex | DB | 22 | A2 | 0 | 54 | 1A | E | 13E | 49 | 32 |
| Octal | 333 | 42 | 242 | 0 | 124 | 32 | 16 | 476 | 111 | 62 |
| Binary | 11011011 | 100010 | 10100010 | 0 | 1010100 | 11010 | 1110 | 100111110 | 1001001 | 110010 |
Color Harmonies of #DB22A2
Complementary color
Monochromatic Colors of #DB22A2
Black with #DB22A2
Text Example
Text Example
White with #DB22A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22A2; }
p { color: rgb(219,34,162); }
H1.HeaderClassName
{
color: #DB22A2;
}
.AnyTagClassName
{
color: #DB22A2;
}
</style>
background-color css
<style>
a { background-color: #DB22A2; }
a { background-color: rgb(219,34,162); }
div.DivClassName
{
background-color: #DB22A2;
}
.BgClassName
{
background-color: #DB22A2;
}
</style>
border-color css
<style>
span { border-color: #DB22A2; }
span { border-color: rgb(219,34,162); }
td.TdClassName
{
border-color: #DB22A2;
}
.TagClassName
{
border-color: #DB22A2;
}
</style>