Shades of Deep Cerise #DC2379
Tints of Deep Cerise #DC2379
RGB
CMYK
RGB Variations
Color information
#DC2379 (or 0xDC2379) is known color: Deep Cerise. HEX triplet: DC, 23 and 79. RGB value is (220,35,121). Sum of RGB (Red+Green+Blue) = 220+35+121=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2379 is #23DC86. Grayscale: #636363. Windows color (decimal): -2350215 or 7939036. OLE color: 7939036.
HSL color Cylindrical-coordinate representation of color #DC2379: hue angle of 332.11º 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 #DC2379 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 121 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.14 |
| HSL | 332.11º | 0.73% | 0.5% | - |
| HSV(B) | 332.11º | 0.84% | 0.86% | - |
| XYZ | 33.57 | 17.8 | 19.76 | - |
| YUV | 100.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 121 | 0 | 0.84 | 0.45 | 0.14 | 332.11 | 0.73 | 0.5 |
| Hex | DC | 23 | 79 | 0 | 54 | 2D | E | 14C | 49 | 32 |
| Octal | 334 | 43 | 171 | 0 | 124 | 55 | 16 | 514 | 111 | 62 |
| Binary | 11011100 | 100011 | 1111001 | 0 | 1010100 | 101101 | 1110 | 101001100 | 1001001 | 110010 |
Color Harmonies of #DC2379
Complementary color
Monochromatic Colors of #DC2379
Black with #DC2379
Text Example
Text Example
White with #DC2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2379; }
p { color: rgb(220,35,121); }
H1.HeaderClassName
{
color: #DC2379;
}
.AnyTagClassName
{
color: #DC2379;
}
</style>
background-color css
<style>
a { background-color: #DC2379; }
a { background-color: rgb(220,35,121); }
div.DivClassName
{
background-color: #DC2379;
}
.BgClassName
{
background-color: #DC2379;
}
</style>
border-color css
<style>
span { border-color: #DC2379; }
span { border-color: rgb(220,35,121); }
td.TdClassName
{
border-color: #DC2379;
}
.TagClassName
{
border-color: #DC2379;
}
</style>