Shades of Deep Cerise #DB2579
Tints of Deep Cerise #DB2579
RGB
CMYK
RGB Variations
Color information
#DB2579 (or 0xDB2579) is known color: Deep Cerise. HEX triplet: DB, 25 and 79. RGB value is (219,37,121). Sum of RGB (Red+Green+Blue) = 219+37+121=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2579 is #24DA86. Grayscale: #646464. Windows color (decimal): -2415239 or 7939547. OLE color: 7939547.
HSL color Cylindrical-coordinate representation of color #DB2579: hue angle of 332.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2579 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 121 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.14 |
| HSL | 332.31º | 0.72% | 0.5% | - |
| HSV(B) | 332.31º | 0.83% | 0.86% | - |
| XYZ | 33.33 | 17.76 | 19.76 | - |
| YUV | 100.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 121 | 0 | 0.83 | 0.45 | 0.14 | 332.31 | 0.72 | 0.5 |
| Hex | DB | 25 | 79 | 0 | 53 | 2D | E | 14C | 48 | 32 |
| Octal | 333 | 45 | 171 | 0 | 123 | 55 | 16 | 514 | 110 | 62 |
| Binary | 11011011 | 100101 | 1111001 | 0 | 1010011 | 101101 | 1110 | 101001100 | 1001000 | 110010 |
Color Harmonies of #DB2579
Complementary color
Monochromatic Colors of #DB2579
Black with #DB2579
Text Example
Text Example
White with #DB2579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2579; }
p { color: rgb(219,37,121); }
H1.HeaderClassName
{
color: #DB2579;
}
.AnyTagClassName
{
color: #DB2579;
}
</style>
background-color css
<style>
a { background-color: #DB2579; }
a { background-color: rgb(219,37,121); }
div.DivClassName
{
background-color: #DB2579;
}
.BgClassName
{
background-color: #DB2579;
}
</style>
border-color css
<style>
span { border-color: #DB2579; }
span { border-color: rgb(219,37,121); }
td.TdClassName
{
border-color: #DB2579;
}
.TagClassName
{
border-color: #DB2579;
}
</style>