Shades of Deep Cerise #DC2984
Tints of Deep Cerise #DC2984
RGB
CMYK
RGB Variations
Color information
#DC2984 (or 0xDC2984) is known color: Deep Cerise. HEX triplet: DC, 29 and 84. RGB value is (220,41,132). Sum of RGB (Red+Green+Blue) = 220+41+132=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2984 is #23D67B. Grayscale: #686868. Windows color (decimal): -2348668 or 8661468. OLE color: 8661468.
HSL color Cylindrical-coordinate representation of color #DC2984: hue angle of 329.5º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2984 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 132 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.14 |
| HSL | 329.5º | 0.72% | 0.51% | - |
| HSV(B) | 329.5º | 0.81% | 0.86% | - |
| XYZ | 34.47 | 18.47 | 23.58 | - |
| YUV | 104.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 132 | 0 | 0.81 | 0.40 | 0.14 | 329.5 | 0.72 | 0.51 |
| Hex | DC | 29 | 84 | 0 | 51 | 28 | E | 149 | 48 | 33 |
| Octal | 334 | 51 | 204 | 0 | 121 | 50 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 101001 | 10000100 | 0 | 1010001 | 101000 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2984
Complementary color
Monochromatic Colors of #DC2984
Black with #DC2984
Text Example
Text Example
White with #DC2984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2984; }
p { color: rgb(220,41,132); }
H1.HeaderClassName
{
color: #DC2984;
}
.AnyTagClassName
{
color: #DC2984;
}
</style>
background-color css
<style>
a { background-color: #DC2984; }
a { background-color: rgb(220,41,132); }
div.DivClassName
{
background-color: #DC2984;
}
.BgClassName
{
background-color: #DC2984;
}
</style>
border-color css
<style>
span { border-color: #DC2984; }
span { border-color: rgb(220,41,132); }
td.TdClassName
{
border-color: #DC2984;
}
.TagClassName
{
border-color: #DC2984;
}
</style>