Shades of Cerise #DC2464
Tints of Cerise #DC2464
RGB
CMYK
RGB Variations
Color information
#DC2464 (or 0xDC2464) is known color: Cerise. HEX triplet: DC, 24 and 64. RGB value is (220,36,100). Sum of RGB (Red+Green+Blue) = 220+36+100=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2464 is #23DB9B. Grayscale: #626262. Windows color (decimal): -2349980 or 6563036. OLE color: 6563036.
HSL color Cylindrical-coordinate representation of color #DC2464: hue angle of 339.13º degrees, saturation: 0.72, 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 #DC2464 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 100 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.14 |
| HSL | 339.13º | 0.72% | 0.5% | - |
| HSV(B) | 339.13º | 0.84% | 0.86% | - |
| XYZ | 32.45 | 17.4 | 13.7 | - |
| YUV | 98.31 | 128.96 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 100 | 0 | 0.84 | 0.55 | 0.14 | 339.13 | 0.72 | 0.5 |
| Hex | DC | 24 | 64 | 0 | 54 | 37 | E | 153 | 48 | 32 |
| Octal | 334 | 44 | 144 | 0 | 124 | 67 | 16 | 523 | 110 | 62 |
| Binary | 11011100 | 100100 | 1100100 | 0 | 1010100 | 110111 | 1110 | 101010011 | 1001000 | 110010 |
Color Harmonies of #DC2464
Complementary color
Monochromatic Colors of #DC2464
Black with #DC2464
Text Example
Text Example
White with #DC2464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2464; }
p { color: rgb(220,36,100); }
H1.HeaderClassName
{
color: #DC2464;
}
.AnyTagClassName
{
color: #DC2464;
}
</style>
background-color css
<style>
a { background-color: #DC2464; }
a { background-color: rgb(220,36,100); }
div.DivClassName
{
background-color: #DC2464;
}
.BgClassName
{
background-color: #DC2464;
}
</style>
border-color css
<style>
span { border-color: #DC2464; }
span { border-color: rgb(220,36,100); }
td.TdClassName
{
border-color: #DC2464;
}
.TagClassName
{
border-color: #DC2464;
}
</style>