Shades of Cerise #DC2560
Tints of Cerise #DC2560
RGB
CMYK
RGB Variations
Color information
#DC2560 (or 0xDC2560) is known color: Cerise. HEX triplet: DC, 25 and 60. RGB value is (220,37,96). Sum of RGB (Red+Green+Blue) = 220+37+96=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2560 is #23DA9F. Grayscale: #626262. Windows color (decimal): -2349728 or 6301148. OLE color: 6301148.
HSL color Cylindrical-coordinate representation of color #DC2560: hue angle of 340.66º 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 #DC2560 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 96 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.14 |
| HSL | 340.66º | 0.72% | 0.5% | - |
| HSV(B) | 340.66º | 0.83% | 0.86% | - |
| XYZ | 32.29 | 17.38 | 12.72 | - |
| YUV | 98.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 96 | 0 | 0.83 | 0.56 | 0.14 | 340.66 | 0.72 | 0.5 |
| Hex | DC | 25 | 60 | 0 | 53 | 38 | E | 155 | 48 | 32 |
| Octal | 334 | 45 | 140 | 0 | 123 | 70 | 16 | 525 | 110 | 62 |
| Binary | 11011100 | 100101 | 1100000 | 0 | 1010011 | 111000 | 1110 | 101010101 | 1001000 | 110010 |
Color Harmonies of #DC2560
Complementary color
Monochromatic Colors of #DC2560
Black with #DC2560
Text Example
Text Example
White with #DC2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2560; }
p { color: rgb(220,37,96); }
H1.HeaderClassName
{
color: #DC2560;
}
.AnyTagClassName
{
color: #DC2560;
}
</style>
background-color css
<style>
a { background-color: #DC2560; }
a { background-color: rgb(220,37,96); }
div.DivClassName
{
background-color: #DC2560;
}
.BgClassName
{
background-color: #DC2560;
}
</style>
border-color css
<style>
span { border-color: #DC2560; }
span { border-color: rgb(220,37,96); }
td.TdClassName
{
border-color: #DC2560;
}
.TagClassName
{
border-color: #DC2560;
}
</style>