Shades of Deep Cerise #DC2578
Tints of Deep Cerise #DC2578
RGB
CMYK
RGB Variations
Color information
#DC2578 (or 0xDC2578) is known color: Deep Cerise. HEX triplet: DC, 25 and 78. RGB value is (220,37,120). Sum of RGB (Red+Green+Blue) = 220+37+120=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2578 is #23DA87. Grayscale: #656565. Windows color (decimal): -2349704 or 7874012. OLE color: 7874012.
HSL color Cylindrical-coordinate representation of color #DC2578: hue angle of 332.79º 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 #DC2578 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 120 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.14 |
| HSL | 332.79º | 0.72% | 0.5% | - |
| HSV(B) | 332.79º | 0.83% | 0.86% | - |
| XYZ | 33.57 | 17.89 | 19.45 | - |
| YUV | 101.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 120 | 0 | 0.83 | 0.45 | 0.14 | 332.79 | 0.72 | 0.5 |
| Hex | DC | 25 | 78 | 0 | 53 | 2D | E | 14D | 48 | 32 |
| Octal | 334 | 45 | 170 | 0 | 123 | 55 | 16 | 515 | 110 | 62 |
| Binary | 11011100 | 100101 | 1111000 | 0 | 1010011 | 101101 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DC2578
Complementary color
Monochromatic Colors of #DC2578
Black with #DC2578
Text Example
Text Example
White with #DC2578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2578; }
p { color: rgb(220,37,120); }
H1.HeaderClassName
{
color: #DC2578;
}
.AnyTagClassName
{
color: #DC2578;
}
</style>
background-color css
<style>
a { background-color: #DC2578; }
a { background-color: rgb(220,37,120); }
div.DivClassName
{
background-color: #DC2578;
}
.BgClassName
{
background-color: #DC2578;
}
</style>
border-color css
<style>
span { border-color: #DC2578; }
span { border-color: rgb(220,37,120); }
td.TdClassName
{
border-color: #DC2578;
}
.TagClassName
{
border-color: #DC2578;
}
</style>