Shades of Deep Cerise #DC2479
Tints of Deep Cerise #DC2479
RGB
CMYK
RGB Variations
Color information
#DC2479 (or 0xDC2479) is known color: Deep Cerise. HEX triplet: DC, 24 and 79. RGB value is (220,36,121). Sum of RGB (Red+Green+Blue) = 220+36+121=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2479 is #23DB86. Grayscale: #646464. Windows color (decimal): -2349959 or 7939292. OLE color: 7939292.
HSL color Cylindrical-coordinate representation of color #DC2479: hue angle of 332.28º degrees, saturation: 0.72, 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 #DC2479 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 121 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.14 |
| HSL | 332.28º | 0.72% | 0.5% | - |
| HSV(B) | 332.28º | 0.84% | 0.86% | - |
| XYZ | 33.6 | 17.86 | 19.77 | - |
| YUV | 100.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 121 | 0 | 0.84 | 0.45 | 0.14 | 332.28 | 0.72 | 0.5 |
| Hex | DC | 24 | 79 | 0 | 54 | 2D | E | 14C | 48 | 32 |
| Octal | 334 | 44 | 171 | 0 | 124 | 55 | 16 | 514 | 110 | 62 |
| Binary | 11011100 | 100100 | 1111001 | 0 | 1010100 | 101101 | 1110 | 101001100 | 1001000 | 110010 |
Color Harmonies of #DC2479
Complementary color
Monochromatic Colors of #DC2479
Black with #DC2479
Text Example
Text Example
White with #DC2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2479; }
p { color: rgb(220,36,121); }
H1.HeaderClassName
{
color: #DC2479;
}
.AnyTagClassName
{
color: #DC2479;
}
</style>
background-color css
<style>
a { background-color: #DC2479; }
a { background-color: rgb(220,36,121); }
div.DivClassName
{
background-color: #DC2479;
}
.BgClassName
{
background-color: #DC2479;
}
</style>
border-color css
<style>
span { border-color: #DC2479; }
span { border-color: rgb(220,36,121); }
td.TdClassName
{
border-color: #DC2479;
}
.TagClassName
{
border-color: #DC2479;
}
</style>