Shades of Deep Cerise #DB2A84
Tints of Deep Cerise #DB2A84
RGB
CMYK
RGB Variations
Color information
#DB2A84 (or 0xDB2A84) is known color: Deep Cerise. HEX triplet: DB, 2A and 84. RGB value is (219,42,132). Sum of RGB (Red+Green+Blue) = 219+42+132=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A84 is #24D57B. Grayscale: #696969. Windows color (decimal): -2413948 or 8661723. OLE color: 8661723.
HSL color Cylindrical-coordinate representation of color #DB2A84: hue angle of 329.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A84 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 132 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.14 |
| HSL | 329.49º | 0.71% | 0.51% | - |
| HSV(B) | 329.49º | 0.81% | 0.86% | - |
| XYZ | 34.21 | 18.38 | 23.58 | - |
| YUV | 105.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 132 | 0 | 0.81 | 0.40 | 0.14 | 329.49 | 0.71 | 0.51 |
| Hex | DB | 2A | 84 | 0 | 51 | 28 | E | 149 | 47 | 33 |
| Octal | 333 | 52 | 204 | 0 | 121 | 50 | 16 | 511 | 107 | 63 |
| Binary | 11011011 | 101010 | 10000100 | 0 | 1010001 | 101000 | 1110 | 101001001 | 1000111 | 110011 |
Color Harmonies of #DB2A84
Complementary color
Monochromatic Colors of #DB2A84
Black with #DB2A84
Text Example
Text Example
White with #DB2A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A84; }
p { color: rgb(219,42,132); }
H1.HeaderClassName
{
color: #DB2A84;
}
.AnyTagClassName
{
color: #DB2A84;
}
</style>
background-color css
<style>
a { background-color: #DB2A84; }
a { background-color: rgb(219,42,132); }
div.DivClassName
{
background-color: #DB2A84;
}
.BgClassName
{
background-color: #DB2A84;
}
</style>
border-color css
<style>
span { border-color: #DB2A84; }
span { border-color: rgb(219,42,132); }
td.TdClassName
{
border-color: #DB2A84;
}
.TagClassName
{
border-color: #DB2A84;
}
</style>