Shades of Deep Cerise #DC2478
Tints of Deep Cerise #DC2478
RGB
CMYK
RGB Variations
Color information
#DC2478 (or 0xDC2478) is known color: Deep Cerise. HEX triplet: DC, 24 and 78. RGB value is (220,36,120). Sum of RGB (Red+Green+Blue) = 220+36+120=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2478 is #23DB87. Grayscale: #646464. Windows color (decimal): -2349960 or 7873756. OLE color: 7873756.
HSL color Cylindrical-coordinate representation of color #DC2478: hue angle of 332.61º 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 #DC2478 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 120 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.14 |
| HSL | 332.61º | 0.72% | 0.5% | - |
| HSV(B) | 332.61º | 0.84% | 0.86% | - |
| XYZ | 33.54 | 17.83 | 19.44 | - |
| YUV | 100.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 120 | 0 | 0.84 | 0.45 | 0.14 | 332.61 | 0.72 | 0.5 |
| Hex | DC | 24 | 78 | 0 | 54 | 2D | E | 14D | 48 | 32 |
| Octal | 334 | 44 | 170 | 0 | 124 | 55 | 16 | 515 | 110 | 62 |
| Binary | 11011100 | 100100 | 1111000 | 0 | 1010100 | 101101 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DC2478
Complementary color
Monochromatic Colors of #DC2478
Black with #DC2478
Text Example
Text Example
White with #DC2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2478; }
p { color: rgb(220,36,120); }
H1.HeaderClassName
{
color: #DC2478;
}
.AnyTagClassName
{
color: #DC2478;
}
</style>
background-color css
<style>
a { background-color: #DC2478; }
a { background-color: rgb(220,36,120); }
div.DivClassName
{
background-color: #DC2478;
}
.BgClassName
{
background-color: #DC2478;
}
</style>
border-color css
<style>
span { border-color: #DC2478; }
span { border-color: rgb(220,36,120); }
td.TdClassName
{
border-color: #DC2478;
}
.TagClassName
{
border-color: #DC2478;
}
</style>