Shades of Deep Cerise #DC2378
Tints of Deep Cerise #DC2378
RGB
CMYK
RGB Variations
Color information
#DC2378 (or 0xDC2378) is known color: Deep Cerise. HEX triplet: DC, 23 and 78. RGB value is (220,35,120). Sum of RGB (Red+Green+Blue) = 220+35+120=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2378 is #23DC87. Grayscale: #636363. Windows color (decimal): -2350216 or 7873500. OLE color: 7873500.
HSL color Cylindrical-coordinate representation of color #DC2378: hue angle of 332.43º degrees, saturation: 0.73, 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 #DC2378 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 120 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.14 |
| HSL | 332.43º | 0.73% | 0.5% | - |
| HSV(B) | 332.43º | 0.84% | 0.86% | - |
| XYZ | 33.51 | 17.77 | 19.43 | - |
| YUV | 100.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 120 | 0 | 0.84 | 0.45 | 0.14 | 332.43 | 0.73 | 0.5 |
| Hex | DC | 23 | 78 | 0 | 54 | 2D | E | 14C | 49 | 32 |
| Octal | 334 | 43 | 170 | 0 | 124 | 55 | 16 | 514 | 111 | 62 |
| Binary | 11011100 | 100011 | 1111000 | 0 | 1010100 | 101101 | 1110 | 101001100 | 1001001 | 110010 |
Color Harmonies of #DC2378
Complementary color
Monochromatic Colors of #DC2378
Black with #DC2378
Text Example
Text Example
White with #DC2378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2378; }
p { color: rgb(220,35,120); }
H1.HeaderClassName
{
color: #DC2378;
}
.AnyTagClassName
{
color: #DC2378;
}
</style>
background-color css
<style>
a { background-color: #DC2378; }
a { background-color: rgb(220,35,120); }
div.DivClassName
{
background-color: #DC2378;
}
.BgClassName
{
background-color: #DC2378;
}
</style>
border-color css
<style>
span { border-color: #DC2378; }
span { border-color: rgb(220,35,120); }
td.TdClassName
{
border-color: #DC2378;
}
.TagClassName
{
border-color: #DC2378;
}
</style>