Shades of Deep Cerise #DB2A79
Tints of Deep Cerise #DB2A79
RGB
CMYK
RGB Variations
Color information
#DB2A79 (or 0xDB2A79) is known color: Deep Cerise. HEX triplet: DB, 2A and 79. RGB value is (219,42,121). Sum of RGB (Red+Green+Blue) = 219+42+121=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A79 is #24D586. Grayscale: #676767. Windows color (decimal): -2413959 or 7940827. OLE color: 7940827.
HSL color Cylindrical-coordinate representation of color #DB2A79: hue angle of 333.22º 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 #DB2A79 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 121 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.14 |
| HSL | 333.22º | 0.71% | 0.51% | - |
| HSV(B) | 333.22º | 0.81% | 0.86% | - |
| XYZ | 33.49 | 18.1 | 19.82 | - |
| YUV | 103.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 121 | 0 | 0.81 | 0.45 | 0.14 | 333.22 | 0.71 | 0.51 |
| Hex | DB | 2A | 79 | 0 | 51 | 2D | E | 14D | 47 | 33 |
| Octal | 333 | 52 | 171 | 0 | 121 | 55 | 16 | 515 | 107 | 63 |
| Binary | 11011011 | 101010 | 1111001 | 0 | 1010001 | 101101 | 1110 | 101001101 | 1000111 | 110011 |
Color Harmonies of #DB2A79
Complementary color
Monochromatic Colors of #DB2A79
Black with #DB2A79
Text Example
Text Example
White with #DB2A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A79; }
p { color: rgb(219,42,121); }
H1.HeaderClassName
{
color: #DB2A79;
}
.AnyTagClassName
{
color: #DB2A79;
}
</style>
background-color css
<style>
a { background-color: #DB2A79; }
a { background-color: rgb(219,42,121); }
div.DivClassName
{
background-color: #DB2A79;
}
.BgClassName
{
background-color: #DB2A79;
}
</style>
border-color css
<style>
span { border-color: #DB2A79; }
span { border-color: rgb(219,42,121); }
td.TdClassName
{
border-color: #DB2A79;
}
.TagClassName
{
border-color: #DB2A79;
}
</style>