Shades of Deep Cerise #DC2377
Tints of Deep Cerise #DC2377
RGB
CMYK
RGB Variations
Color information
#DC2377 (or 0xDC2377) is known color: Deep Cerise. HEX triplet: DC, 23 and 77. RGB value is (220,35,119). Sum of RGB (Red+Green+Blue) = 220+35+119=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2377 is #23DC88. Grayscale: #636363. Windows color (decimal): -2350217 or 7807964. OLE color: 7807964.
HSL color Cylindrical-coordinate representation of color #DC2377: hue angle of 332.76º 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 #DC2377 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 119 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.14 |
| HSL | 332.76º | 0.73% | 0.5% | - |
| HSV(B) | 332.76º | 0.84% | 0.86% | - |
| XYZ | 33.45 | 17.75 | 19.12 | - |
| YUV | 99.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 119 | 0 | 0.84 | 0.46 | 0.14 | 332.76 | 0.73 | 0.5 |
| Hex | DC | 23 | 77 | 0 | 54 | 2E | E | 14D | 49 | 32 |
| Octal | 334 | 43 | 167 | 0 | 124 | 56 | 16 | 515 | 111 | 62 |
| Binary | 11011100 | 100011 | 1110111 | 0 | 1010100 | 101110 | 1110 | 101001101 | 1001001 | 110010 |
Color Harmonies of #DC2377
Complementary color
Monochromatic Colors of #DC2377
Black with #DC2377
Text Example
Text Example
White with #DC2377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2377; }
p { color: rgb(220,35,119); }
H1.HeaderClassName
{
color: #DC2377;
}
.AnyTagClassName
{
color: #DC2377;
}
</style>
background-color css
<style>
a { background-color: #DC2377; }
a { background-color: rgb(220,35,119); }
div.DivClassName
{
background-color: #DC2377;
}
.BgClassName
{
background-color: #DC2377;
}
</style>
border-color css
<style>
span { border-color: #DC2377; }
span { border-color: rgb(220,35,119); }
td.TdClassName
{
border-color: #DC2377;
}
.TagClassName
{
border-color: #DC2377;
}
</style>