Shades of Cerise #DC2471
Tints of Cerise #DC2471
RGB
CMYK
RGB Variations
Color information
#DC2471 (or 0xDC2471) is known color: Cerise. HEX triplet: DC, 24 and 71. RGB value is (220,36,113). Sum of RGB (Red+Green+Blue) = 220+36+113=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2471 is #23DB8E. Grayscale: #636363. Windows color (decimal): -2349967 or 7415004. OLE color: 7415004.
HSL color Cylindrical-coordinate representation of color #DC2471: hue angle of 334.89º 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 #DC2471 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 113 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.14 |
| HSL | 334.89º | 0.72% | 0.5% | - |
| HSV(B) | 334.89º | 0.84% | 0.86% | - |
| XYZ | 33.13 | 17.67 | 17.29 | - |
| YUV | 99.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 113 | 0 | 0.84 | 0.49 | 0.14 | 334.89 | 0.72 | 0.5 |
| Hex | DC | 24 | 71 | 0 | 54 | 31 | E | 14F | 48 | 32 |
| Octal | 334 | 44 | 161 | 0 | 124 | 61 | 16 | 517 | 110 | 62 |
| Binary | 11011100 | 100100 | 1110001 | 0 | 1010100 | 110001 | 1110 | 101001111 | 1001000 | 110010 |
Color Harmonies of #DC2471
Complementary color
Monochromatic Colors of #DC2471
Black with #DC2471
Text Example
Text Example
White with #DC2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2471; }
p { color: rgb(220,36,113); }
H1.HeaderClassName
{
color: #DC2471;
}
.AnyTagClassName
{
color: #DC2471;
}
</style>
background-color css
<style>
a { background-color: #DC2471; }
a { background-color: rgb(220,36,113); }
div.DivClassName
{
background-color: #DC2471;
}
.BgClassName
{
background-color: #DC2471;
}
</style>
border-color css
<style>
span { border-color: #DC2471; }
span { border-color: rgb(220,36,113); }
td.TdClassName
{
border-color: #DC2471;
}
.TagClassName
{
border-color: #DC2471;
}
</style>