Shades of Deep Cerise #DC2796
Tints of Deep Cerise #DC2796
RGB
CMYK
RGB Variations
Color information
#DC2796 (or 0xDC2796) is known color: Deep Cerise. HEX triplet: DC, 27 and 96. RGB value is (220,39,150). Sum of RGB (Red+Green+Blue) = 220+39+150=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2796 is #23D869. Grayscale: #696969. Windows color (decimal): -2349162 or 9840604. OLE color: 9840604.
HSL color Cylindrical-coordinate representation of color #DC2796: hue angle of 323.2º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2796 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 150 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.14 |
| HSL | 323.2º | 0.72% | 0.51% | - |
| HSV(B) | 323.2º | 0.82% | 0.86% | - |
| XYZ | 35.75 | 18.87 | 30.61 | - |
| YUV | 105.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 150 | 0 | 0.82 | 0.32 | 0.14 | 323.2 | 0.72 | 0.51 |
| Hex | DC | 27 | 96 | 0 | 52 | 20 | E | 143 | 48 | 33 |
| Octal | 334 | 47 | 226 | 0 | 122 | 40 | 16 | 503 | 110 | 63 |
| Binary | 11011100 | 100111 | 10010110 | 0 | 1010010 | 100000 | 1110 | 101000011 | 1001000 | 110011 |
Color Harmonies of #DC2796
Complementary color
Monochromatic Colors of #DC2796
Black with #DC2796
Text Example
Text Example
White with #DC2796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2796; }
p { color: rgb(220,39,150); }
H1.HeaderClassName
{
color: #DC2796;
}
.AnyTagClassName
{
color: #DC2796;
}
</style>
background-color css
<style>
a { background-color: #DC2796; }
a { background-color: rgb(220,39,150); }
div.DivClassName
{
background-color: #DC2796;
}
.BgClassName
{
background-color: #DC2796;
}
</style>
border-color css
<style>
span { border-color: #DC2796; }
span { border-color: rgb(220,39,150); }
td.TdClassName
{
border-color: #DC2796;
}
.TagClassName
{
border-color: #DC2796;
}
</style>