Shades of Cerise #DC2362
Tints of Cerise #DC2362
RGB
CMYK
RGB Variations
Color information
#DC2362 (or 0xDC2362) is known color: Cerise. HEX triplet: DC, 23 and 62. RGB value is (220,35,98). Sum of RGB (Red+Green+Blue) = 220+35+98=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2362 is #23DC9D. Grayscale: #616161. Windows color (decimal): -2350238 or 6431708. OLE color: 6431708.
HSL color Cylindrical-coordinate representation of color #DC2362: hue angle of 339.57º degrees, saturation: 0.73, 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 #DC2362 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 98 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.14 |
| HSL | 339.57º | 0.73% | 0.5% | - |
| HSV(B) | 339.57º | 0.84% | 0.86% | - |
| XYZ | 32.32 | 17.3 | 13.19 | - |
| YUV | 97.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 98 | 0 | 0.84 | 0.55 | 0.14 | 339.57 | 0.73 | 0.5 |
| Hex | DC | 23 | 62 | 0 | 54 | 37 | E | 154 | 49 | 32 |
| Octal | 334 | 43 | 142 | 0 | 124 | 67 | 16 | 524 | 111 | 62 |
| Binary | 11011100 | 100011 | 1100010 | 0 | 1010100 | 110111 | 1110 | 101010100 | 1001001 | 110010 |
Color Harmonies of #DC2362
Complementary color
Monochromatic Colors of #DC2362
Black with #DC2362
Text Example
Text Example
White with #DC2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2362; }
p { color: rgb(220,35,98); }
H1.HeaderClassName
{
color: #DC2362;
}
.AnyTagClassName
{
color: #DC2362;
}
</style>
background-color css
<style>
a { background-color: #DC2362; }
a { background-color: rgb(220,35,98); }
div.DivClassName
{
background-color: #DC2362;
}
.BgClassName
{
background-color: #DC2362;
}
</style>
border-color css
<style>
span { border-color: #DC2362; }
span { border-color: rgb(220,35,98); }
td.TdClassName
{
border-color: #DC2362;
}
.TagClassName
{
border-color: #DC2362;
}
</style>