Shades of Deep Cerise #DC3578
Tints of Deep Cerise #DC3578
RGB
CMYK
RGB Variations
Color information
#DC3578 (or 0xDC3578) is known color: Deep Cerise. HEX triplet: DC, 35 and 78. RGB value is (220,53,120). Sum of RGB (Red+Green+Blue) = 220+53+120=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3578 is #23CA87. Grayscale: #6E6E6E. Windows color (decimal): -2345608 or 7878108. OLE color: 7878108.
HSL color Cylindrical-coordinate representation of color #DC3578: hue angle of 335.93º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3578 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 120 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.14 |
| HSL | 335.93º | 0.7% | 0.54% | - |
| HSV(B) | 335.93º | 0.76% | 0.86% | - |
| XYZ | 34.18 | 19.12 | 19.66 | - |
| YUV | 110.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 120 | 0 | 0.76 | 0.45 | 0.14 | 335.93 | 0.7 | 0.54 |
| Hex | DC | 35 | 78 | 0 | 4C | 2D | E | 150 | 46 | 36 |
| Octal | 334 | 65 | 170 | 0 | 114 | 55 | 16 | 520 | 106 | 66 |
| Binary | 11011100 | 110101 | 1111000 | 0 | 1001100 | 101101 | 1110 | 101010000 | 1000110 | 110110 |
Color Harmonies of #DC3578
Complementary color
Monochromatic Colors of #DC3578
Black with #DC3578
Text Example
Text Example
White with #DC3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3578; }
p { color: rgb(220,53,120); }
H1.HeaderClassName
{
color: #DC3578;
}
.AnyTagClassName
{
color: #DC3578;
}
</style>
background-color css
<style>
a { background-color: #DC3578; }
a { background-color: rgb(220,53,120); }
div.DivClassName
{
background-color: #DC3578;
}
.BgClassName
{
background-color: #DC3578;
}
</style>
border-color css
<style>
span { border-color: #DC3578; }
span { border-color: rgb(220,53,120); }
td.TdClassName
{
border-color: #DC3578;
}
.TagClassName
{
border-color: #DC3578;
}
</style>