Shades of Deep Cerise #DC2476
Tints of Deep Cerise #DC2476
RGB
CMYK
RGB Variations
Color information
#DC2476 (or 0xDC2476) is known color: Deep Cerise. HEX triplet: DC, 24 and 76. RGB value is (220,36,118). Sum of RGB (Red+Green+Blue) = 220+36+118=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2476 is #23DB89. Grayscale: #646464. Windows color (decimal): -2349962 or 7742684. OLE color: 7742684.
HSL color Cylindrical-coordinate representation of color #DC2476: hue angle of 333.26º degrees, saturation: 0.72, 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 #DC2476 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 118 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.14 |
| HSL | 333.26º | 0.72% | 0.5% | - |
| HSV(B) | 333.26º | 0.84% | 0.86% | - |
| XYZ | 33.42 | 17.79 | 18.81 | - |
| YUV | 100.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 118 | 0 | 0.84 | 0.46 | 0.14 | 333.26 | 0.72 | 0.5 |
| Hex | DC | 24 | 76 | 0 | 54 | 2E | E | 14D | 48 | 32 |
| Octal | 334 | 44 | 166 | 0 | 124 | 56 | 16 | 515 | 110 | 62 |
| Binary | 11011100 | 100100 | 1110110 | 0 | 1010100 | 101110 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DC2476
Complementary color
Monochromatic Colors of #DC2476
Black with #DC2476
Text Example
Text Example
White with #DC2476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2476; }
p { color: rgb(220,36,118); }
H1.HeaderClassName
{
color: #DC2476;
}
.AnyTagClassName
{
color: #DC2476;
}
</style>
background-color css
<style>
a { background-color: #DC2476; }
a { background-color: rgb(220,36,118); }
div.DivClassName
{
background-color: #DC2476;
}
.BgClassName
{
background-color: #DC2476;
}
</style>
border-color css
<style>
span { border-color: #DC2476; }
span { border-color: rgb(220,36,118); }
td.TdClassName
{
border-color: #DC2476;
}
.TagClassName
{
border-color: #DC2476;
}
</style>