Shades of Deep Cerise #DC24A3
Tints of Deep Cerise #DC24A3
RGB
CMYK
RGB Variations
Color information
#DC24A3 (or 0xDC24A3) is known color: Deep Cerise. HEX triplet: DC, 24 and A3. RGB value is (220,36,163). Sum of RGB (Red+Green+Blue) = 220+36+163=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24A3 is #23DB5C. Grayscale: #696969. Windows color (decimal): -2349917 or 10691804. OLE color: 10691804.
HSL color Cylindrical-coordinate representation of color #DC24A3: hue angle of 318.59º 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 #DC24A3 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 163 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.14 |
| HSL | 318.59º | 0.72% | 0.5% | - |
| HSV(B) | 318.59º | 0.84% | 0.86% | - |
| XYZ | 36.76 | 19.12 | 36.4 | - |
| YUV | 105.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 163 | 0 | 0.84 | 0.26 | 0.14 | 318.59 | 0.72 | 0.5 |
| Hex | DC | 24 | A3 | 0 | 54 | 1A | E | 13F | 48 | 32 |
| Octal | 334 | 44 | 243 | 0 | 124 | 32 | 16 | 477 | 110 | 62 |
| Binary | 11011100 | 100100 | 10100011 | 0 | 1010100 | 11010 | 1110 | 100111111 | 1001000 | 110010 |
Color Harmonies of #DC24A3
Complementary color
Monochromatic Colors of #DC24A3
Black with #DC24A3
Text Example
Text Example
White with #DC24A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24A3; }
p { color: rgb(220,36,163); }
H1.HeaderClassName
{
color: #DC24A3;
}
.AnyTagClassName
{
color: #DC24A3;
}
</style>
background-color css
<style>
a { background-color: #DC24A3; }
a { background-color: rgb(220,36,163); }
div.DivClassName
{
background-color: #DC24A3;
}
.BgClassName
{
background-color: #DC24A3;
}
</style>
border-color css
<style>
span { border-color: #DC24A3; }
span { border-color: rgb(220,36,163); }
td.TdClassName
{
border-color: #DC24A3;
}
.TagClassName
{
border-color: #DC24A3;
}
</style>