Shades of Cerise #DC2960
Tints of Cerise #DC2960
RGB
CMYK
RGB Variations
Color information
#DC2960 (or 0xDC2960) is known color: Cerise. HEX triplet: DC, 29 and 60. RGB value is (220,41,96). Sum of RGB (Red+Green+Blue) = 220+41+96=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2960 is #23D69F. Grayscale: #646464. Windows color (decimal): -2348704 or 6302172. OLE color: 6302172.
HSL color Cylindrical-coordinate representation of color #DC2960: hue angle of 341.56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2960 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 96 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.14 |
| HSL | 341.56º | 0.72% | 0.51% | - |
| HSV(B) | 341.56º | 0.81% | 0.86% | - |
| XYZ | 32.42 | 17.65 | 12.76 | - |
| YUV | 100.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 96 | 0 | 0.81 | 0.56 | 0.14 | 341.56 | 0.72 | 0.51 |
| Hex | DC | 29 | 60 | 0 | 51 | 38 | E | 156 | 48 | 33 |
| Octal | 334 | 51 | 140 | 0 | 121 | 70 | 16 | 526 | 110 | 63 |
| Binary | 11011100 | 101001 | 1100000 | 0 | 1010001 | 111000 | 1110 | 101010110 | 1001000 | 110011 |
Color Harmonies of #DC2960
Complementary color
Monochromatic Colors of #DC2960
Black with #DC2960
Text Example
Text Example
White with #DC2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2960; }
p { color: rgb(220,41,96); }
H1.HeaderClassName
{
color: #DC2960;
}
.AnyTagClassName
{
color: #DC2960;
}
</style>
background-color css
<style>
a { background-color: #DC2960; }
a { background-color: rgb(220,41,96); }
div.DivClassName
{
background-color: #DC2960;
}
.BgClassName
{
background-color: #DC2960;
}
</style>
border-color css
<style>
span { border-color: #DC2960; }
span { border-color: rgb(220,41,96); }
td.TdClassName
{
border-color: #DC2960;
}
.TagClassName
{
border-color: #DC2960;
}
</style>