Shades of Deep Cerise #DC2878
Tints of Deep Cerise #DC2878
RGB
CMYK
RGB Variations
Color information
#DC2878 (or 0xDC2878) is known color: Deep Cerise. HEX triplet: DC, 28 and 78. RGB value is (220,40,120). Sum of RGB (Red+Green+Blue) = 220+40+120=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2878 is #23D787. Grayscale: #666666. Windows color (decimal): -2348936 or 7874780. OLE color: 7874780.
HSL color Cylindrical-coordinate representation of color #DC2878: hue angle of 333.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2878 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 120 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.14 |
| HSL | 333.33º | 0.72% | 0.51% | - |
| HSV(B) | 333.33º | 0.82% | 0.86% | - |
| XYZ | 33.66 | 18.09 | 19.49 | - |
| YUV | 102.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 120 | 0 | 0.82 | 0.45 | 0.14 | 333.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 78 | 0 | 52 | 2D | E | 14D | 48 | 33 |
| Octal | 334 | 50 | 170 | 0 | 122 | 55 | 16 | 515 | 110 | 63 |
| Binary | 11011100 | 101000 | 1111000 | 0 | 1010010 | 101101 | 1110 | 101001101 | 1001000 | 110011 |
Color Harmonies of #DC2878
Complementary color
Monochromatic Colors of #DC2878
Black with #DC2878
Text Example
Text Example
White with #DC2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2878; }
p { color: rgb(220,40,120); }
H1.HeaderClassName
{
color: #DC2878;
}
.AnyTagClassName
{
color: #DC2878;
}
</style>
background-color css
<style>
a { background-color: #DC2878; }
a { background-color: rgb(220,40,120); }
div.DivClassName
{
background-color: #DC2878;
}
.BgClassName
{
background-color: #DC2878;
}
</style>
border-color css
<style>
span { border-color: #DC2878; }
span { border-color: rgb(220,40,120); }
td.TdClassName
{
border-color: #DC2878;
}
.TagClassName
{
border-color: #DC2878;
}
</style>