Shades of Deep Cerise #DC2474
Tints of Deep Cerise #DC2474
RGB
CMYK
RGB Variations
Color information
#DC2474 (or 0xDC2474) is known color: Deep Cerise. HEX triplet: DC, 24 and 74. RGB value is (220,36,116). Sum of RGB (Red+Green+Blue) = 220+36+116=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2474 is #23DB8B. Grayscale: #646464. Windows color (decimal): -2349964 or 7611612. OLE color: 7611612.
HSL color Cylindrical-coordinate representation of color #DC2474: hue angle of 333.91º 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 #DC2474 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 116 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.14 |
| HSL | 333.91º | 0.72% | 0.5% | - |
| HSV(B) | 333.91º | 0.84% | 0.86% | - |
| XYZ | 33.3 | 17.74 | 18.19 | - |
| YUV | 100.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 116 | 0 | 0.84 | 0.47 | 0.14 | 333.91 | 0.72 | 0.5 |
| Hex | DC | 24 | 74 | 0 | 54 | 2F | E | 14E | 48 | 32 |
| Octal | 334 | 44 | 164 | 0 | 124 | 57 | 16 | 516 | 110 | 62 |
| Binary | 11011100 | 100100 | 1110100 | 0 | 1010100 | 101111 | 1110 | 101001110 | 1001000 | 110010 |
Color Harmonies of #DC2474
Complementary color
Monochromatic Colors of #DC2474
Black with #DC2474
Text Example
Text Example
White with #DC2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2474; }
p { color: rgb(220,36,116); }
H1.HeaderClassName
{
color: #DC2474;
}
.AnyTagClassName
{
color: #DC2474;
}
</style>
background-color css
<style>
a { background-color: #DC2474; }
a { background-color: rgb(220,36,116); }
div.DivClassName
{
background-color: #DC2474;
}
.BgClassName
{
background-color: #DC2474;
}
</style>
border-color css
<style>
span { border-color: #DC2474; }
span { border-color: rgb(220,36,116); }
td.TdClassName
{
border-color: #DC2474;
}
.TagClassName
{
border-color: #DC2474;
}
</style>