Shades of Deep Cerise #DC24A0
Tints of Deep Cerise #DC24A0
RGB
CMYK
RGB Variations
Color information
#DC24A0 (or 0xDC24A0) is known color: Deep Cerise. HEX triplet: DC, 24 and A0. RGB value is (220,36,160). Sum of RGB (Red+Green+Blue) = 220+36+160=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24A0 is #23DB5F. Grayscale: #686868. Windows color (decimal): -2349920 or 10495196. OLE color: 10495196.
HSL color Cylindrical-coordinate representation of color #DC24A0: hue angle of 319.57º 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 #DC24A0 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 160 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.14 |
| HSL | 319.57º | 0.72% | 0.5% | - |
| HSV(B) | 319.57º | 0.84% | 0.86% | - |
| XYZ | 36.49 | 19.02 | 35 | - |
| YUV | 105.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 160 | 0 | 0.84 | 0.27 | 0.14 | 319.57 | 0.72 | 0.5 |
| Hex | DC | 24 | A0 | 0 | 54 | 1B | E | 140 | 48 | 32 |
| Octal | 334 | 44 | 240 | 0 | 124 | 33 | 16 | 500 | 110 | 62 |
| Binary | 11011100 | 100100 | 10100000 | 0 | 1010100 | 11011 | 1110 | 101000000 | 1001000 | 110010 |
Color Harmonies of #DC24A0
Complementary color
Monochromatic Colors of #DC24A0
Black with #DC24A0
Text Example
Text Example
White with #DC24A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24A0; }
p { color: rgb(220,36,160); }
H1.HeaderClassName
{
color: #DC24A0;
}
.AnyTagClassName
{
color: #DC24A0;
}
</style>
background-color css
<style>
a { background-color: #DC24A0; }
a { background-color: rgb(220,36,160); }
div.DivClassName
{
background-color: #DC24A0;
}
.BgClassName
{
background-color: #DC24A0;
}
</style>
border-color css
<style>
span { border-color: #DC24A0; }
span { border-color: rgb(220,36,160); }
td.TdClassName
{
border-color: #DC24A0;
}
.TagClassName
{
border-color: #DC24A0;
}
</style>