Shades of Cerise #DC2860
Tints of Cerise #DC2860
RGB
CMYK
RGB Variations
Color information
#DC2860 (or 0xDC2860) is known color: Cerise. HEX triplet: DC, 28 and 60. RGB value is (220,40,96). Sum of RGB (Red+Green+Blue) = 220+40+96=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2860 is #23D79F. Grayscale: #646464. Windows color (decimal): -2348960 or 6301916. OLE color: 6301916.
HSL color Cylindrical-coordinate representation of color #DC2860: hue angle of 341.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2860 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 96 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.14 |
| HSL | 341.33º | 0.72% | 0.51% | - |
| HSV(B) | 341.33º | 0.82% | 0.86% | - |
| XYZ | 32.39 | 17.58 | 12.75 | - |
| YUV | 100.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 96 | 0 | 0.82 | 0.56 | 0.14 | 341.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 60 | 0 | 52 | 38 | E | 155 | 48 | 33 |
| Octal | 334 | 50 | 140 | 0 | 122 | 70 | 16 | 525 | 110 | 63 |
| Binary | 11011100 | 101000 | 1100000 | 0 | 1010010 | 111000 | 1110 | 101010101 | 1001000 | 110011 |
Color Harmonies of #DC2860
Complementary color
Monochromatic Colors of #DC2860
Black with #DC2860
Text Example
Text Example
White with #DC2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2860; }
p { color: rgb(220,40,96); }
H1.HeaderClassName
{
color: #DC2860;
}
.AnyTagClassName
{
color: #DC2860;
}
</style>
background-color css
<style>
a { background-color: #DC2860; }
a { background-color: rgb(220,40,96); }
div.DivClassName
{
background-color: #DC2860;
}
.BgClassName
{
background-color: #DC2860;
}
</style>
border-color css
<style>
span { border-color: #DC2860; }
span { border-color: rgb(220,40,96); }
td.TdClassName
{
border-color: #DC2860;
}
.TagClassName
{
border-color: #DC2860;
}
</style>