Shades of Cerise #DC2571
Tints of Cerise #DC2571
RGB
CMYK
RGB Variations
Color information
#DC2571 (or 0xDC2571) is known color: Cerise. HEX triplet: DC, 25 and 71. RGB value is (220,37,113). Sum of RGB (Red+Green+Blue) = 220+37+113=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2571 is #23DA8E. Grayscale: #646464. Windows color (decimal): -2349711 or 7415260. OLE color: 7415260.
HSL color Cylindrical-coordinate representation of color #DC2571: hue angle of 335.08º 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 #DC2571 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 113 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.14 |
| HSL | 335.08º | 0.72% | 0.5% | - |
| HSV(B) | 335.08º | 0.83% | 0.86% | - |
| XYZ | 33.16 | 17.73 | 17.3 | - |
| YUV | 100.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 113 | 0 | 0.83 | 0.49 | 0.14 | 335.08 | 0.72 | 0.5 |
| Hex | DC | 25 | 71 | 0 | 53 | 31 | E | 14F | 48 | 32 |
| Octal | 334 | 45 | 161 | 0 | 123 | 61 | 16 | 517 | 110 | 62 |
| Binary | 11011100 | 100101 | 1110001 | 0 | 1010011 | 110001 | 1110 | 101001111 | 1001000 | 110010 |
Color Harmonies of #DC2571
Complementary color
Monochromatic Colors of #DC2571
Black with #DC2571
Text Example
Text Example
White with #DC2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2571; }
p { color: rgb(220,37,113); }
H1.HeaderClassName
{
color: #DC2571;
}
.AnyTagClassName
{
color: #DC2571;
}
</style>
background-color css
<style>
a { background-color: #DC2571; }
a { background-color: rgb(220,37,113); }
div.DivClassName
{
background-color: #DC2571;
}
.BgClassName
{
background-color: #DC2571;
}
</style>
border-color css
<style>
span { border-color: #DC2571; }
span { border-color: rgb(220,37,113); }
td.TdClassName
{
border-color: #DC2571;
}
.TagClassName
{
border-color: #DC2571;
}
</style>