Shades of Deep Cerise #DC2576
Tints of Deep Cerise #DC2576
RGB
CMYK
RGB Variations
Color information
#DC2576 (or 0xDC2576) is known color: Deep Cerise. HEX triplet: DC, 25 and 76. RGB value is (220,37,118). Sum of RGB (Red+Green+Blue) = 220+37+118=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2576 is #23DA89. Grayscale: #646464. Windows color (decimal): -2349706 or 7742940. OLE color: 7742940.
HSL color Cylindrical-coordinate representation of color #DC2576: hue angle of 333.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2576 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 118 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.14 |
| HSL | 333.44º | 0.72% | 0.5% | - |
| HSV(B) | 333.44º | 0.83% | 0.86% | - |
| XYZ | 33.45 | 17.85 | 18.82 | - |
| YUV | 100.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 118 | 0 | 0.83 | 0.46 | 0.14 | 333.44 | 0.72 | 0.5 |
| Hex | DC | 25 | 76 | 0 | 53 | 2E | E | 14D | 48 | 32 |
| Octal | 334 | 45 | 166 | 0 | 123 | 56 | 16 | 515 | 110 | 62 |
| Binary | 11011100 | 100101 | 1110110 | 0 | 1010011 | 101110 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DC2576
Complementary color
Monochromatic Colors of #DC2576
Black with #DC2576
Text Example
Text Example
White with #DC2576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2576; }
p { color: rgb(220,37,118); }
H1.HeaderClassName
{
color: #DC2576;
}
.AnyTagClassName
{
color: #DC2576;
}
</style>
background-color css
<style>
a { background-color: #DC2576; }
a { background-color: rgb(220,37,118); }
div.DivClassName
{
background-color: #DC2576;
}
.BgClassName
{
background-color: #DC2576;
}
</style>
border-color css
<style>
span { border-color: #DC2576; }
span { border-color: rgb(220,37,118); }
td.TdClassName
{
border-color: #DC2576;
}
.TagClassName
{
border-color: #DC2576;
}
</style>