Shades of Deep Cerise #DC2480
Tints of Deep Cerise #DC2480
RGB
CMYK
RGB Variations
Color information
#DC2480 (or 0xDC2480) is known color: Deep Cerise. HEX triplet: DC, 24 and 80. RGB value is (220,36,128). Sum of RGB (Red+Green+Blue) = 220+36+128=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2480 is #23DB7F. Grayscale: #656565. Windows color (decimal): -2349952 or 8398044. OLE color: 8398044.
HSL color Cylindrical-coordinate representation of color #DC2480: hue angle of 330º 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 #DC2480 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 128 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.14 |
| HSL | 330º | 0.72% | 0.5% | - |
| HSV(B) | 330º | 0.84% | 0.86% | - |
| XYZ | 34.04 | 18.04 | 22.11 | - |
| YUV | 101.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 128 | 0 | 0.84 | 0.42 | 0.14 | 330 | 0.72 | 0.5 |
| Hex | DC | 24 | 80 | 0 | 54 | 2A | E | 14A | 48 | 32 |
| Octal | 334 | 44 | 200 | 0 | 124 | 52 | 16 | 512 | 110 | 62 |
| Binary | 11011100 | 100100 | 10000000 | 0 | 1010100 | 101010 | 1110 | 101001010 | 1001000 | 110010 |
Color Harmonies of #DC2480
Complementary color
Monochromatic Colors of #DC2480
Black with #DC2480
Text Example
Text Example
White with #DC2480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2480; }
p { color: rgb(220,36,128); }
H1.HeaderClassName
{
color: #DC2480;
}
.AnyTagClassName
{
color: #DC2480;
}
</style>
background-color css
<style>
a { background-color: #DC2480; }
a { background-color: rgb(220,36,128); }
div.DivClassName
{
background-color: #DC2480;
}
.BgClassName
{
background-color: #DC2480;
}
</style>
border-color css
<style>
span { border-color: #DC2480; }
span { border-color: rgb(220,36,128); }
td.TdClassName
{
border-color: #DC2480;
}
.TagClassName
{
border-color: #DC2480;
}
</style>