Shades of Cerise #DC2962
Tints of Cerise #DC2962
RGB
CMYK
RGB Variations
Color information
#DC2962 (or 0xDC2962) is known color: Cerise. HEX triplet: DC, 29 and 62. RGB value is (220,41,98). Sum of RGB (Red+Green+Blue) = 220+41+98=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2962 is #23D69D. Grayscale: #646464. Windows color (decimal): -2348702 or 6433244. OLE color: 6433244.
HSL color Cylindrical-coordinate representation of color #DC2962: hue angle of 340.89º 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 #DC2962 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 98 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.14 |
| HSL | 340.89º | 0.72% | 0.51% | - |
| HSV(B) | 340.89º | 0.81% | 0.86% | - |
| XYZ | 32.51 | 17.68 | 13.25 | - |
| YUV | 101.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 98 | 0 | 0.81 | 0.55 | 0.14 | 340.89 | 0.72 | 0.51 |
| Hex | DC | 29 | 62 | 0 | 51 | 37 | E | 155 | 48 | 33 |
| Octal | 334 | 51 | 142 | 0 | 121 | 67 | 16 | 525 | 110 | 63 |
| Binary | 11011100 | 101001 | 1100010 | 0 | 1010001 | 110111 | 1110 | 101010101 | 1001000 | 110011 |
Color Harmonies of #DC2962
Complementary color
Monochromatic Colors of #DC2962
Black with #DC2962
Text Example
Text Example
White with #DC2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2962; }
p { color: rgb(220,41,98); }
H1.HeaderClassName
{
color: #DC2962;
}
.AnyTagClassName
{
color: #DC2962;
}
</style>
background-color css
<style>
a { background-color: #DC2962; }
a { background-color: rgb(220,41,98); }
div.DivClassName
{
background-color: #DC2962;
}
.BgClassName
{
background-color: #DC2962;
}
</style>
border-color css
<style>
span { border-color: #DC2962; }
span { border-color: rgb(220,41,98); }
td.TdClassName
{
border-color: #DC2962;
}
.TagClassName
{
border-color: #DC2962;
}
</style>