Shades of Deep Cerise #DB2E79
Tints of Deep Cerise #DB2E79
RGB
CMYK
RGB Variations
Color information
#DB2E79 (or 0xDB2E79) is known color: Deep Cerise. HEX triplet: DB, 2E and 79. RGB value is (219,46,121). Sum of RGB (Red+Green+Blue) = 219+46+121=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E79 is #24D186. Grayscale: #6A6A6A. Windows color (decimal): -2412935 or 7941851. OLE color: 7941851.
HSL color Cylindrical-coordinate representation of color #DB2E79: hue angle of 333.99º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E79 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 121 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.14 |
| HSL | 333.99º | 0.71% | 0.52% | - |
| HSV(B) | 333.99º | 0.79% | 0.86% | - |
| XYZ | 33.64 | 18.39 | 19.87 | - |
| YUV | 106.28 | 136.31 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 121 | 0 | 0.79 | 0.45 | 0.14 | 333.99 | 0.71 | 0.52 |
| Hex | DB | 2E | 79 | 0 | 4F | 2D | E | 14E | 47 | 34 |
| Octal | 333 | 56 | 171 | 0 | 117 | 55 | 16 | 516 | 107 | 64 |
| Binary | 11011011 | 101110 | 1111001 | 0 | 1001111 | 101101 | 1110 | 101001110 | 1000111 | 110100 |
Color Harmonies of #DB2E79
Complementary color
Monochromatic Colors of #DB2E79
Black with #DB2E79
Text Example
Text Example
White with #DB2E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E79; }
p { color: rgb(219,46,121); }
H1.HeaderClassName
{
color: #DB2E79;
}
.AnyTagClassName
{
color: #DB2E79;
}
</style>
background-color css
<style>
a { background-color: #DB2E79; }
a { background-color: rgb(219,46,121); }
div.DivClassName
{
background-color: #DB2E79;
}
.BgClassName
{
background-color: #DB2E79;
}
</style>
border-color css
<style>
span { border-color: #DB2E79; }
span { border-color: rgb(219,46,121); }
td.TdClassName
{
border-color: #DB2E79;
}
.TagClassName
{
border-color: #DB2E79;
}
</style>