Shades of Deep Cerise #DC2396
Tints of Deep Cerise #DC2396
RGB
CMYK
RGB Variations
Color information
#DC2396 (or 0xDC2396) is known color: Deep Cerise. HEX triplet: DC, 23 and 96. RGB value is (220,35,150). Sum of RGB (Red+Green+Blue) = 220+35+150=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2396 is #23DC69. Grayscale: #676767. Windows color (decimal): -2350186 or 9839580. OLE color: 9839580.
HSL color Cylindrical-coordinate representation of color #DC2396: hue angle of 322.7º degrees, saturation: 0.73, 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 #DC2396 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 150 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.14 |
| HSL | 322.7º | 0.73% | 0.5% | - |
| HSV(B) | 322.7º | 0.84% | 0.86% | - |
| XYZ | 35.62 | 18.62 | 30.57 | - |
| YUV | 103.43 | 154.29 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 150 | 0 | 0.84 | 0.32 | 0.14 | 322.7 | 0.73 | 0.5 |
| Hex | DC | 23 | 96 | 0 | 54 | 20 | E | 143 | 49 | 32 |
| Octal | 334 | 43 | 226 | 0 | 124 | 40 | 16 | 503 | 111 | 62 |
| Binary | 11011100 | 100011 | 10010110 | 0 | 1010100 | 100000 | 1110 | 101000011 | 1001001 | 110010 |
Color Harmonies of #DC2396
Complementary color
Monochromatic Colors of #DC2396
Black with #DC2396
Text Example
Text Example
White with #DC2396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2396; }
p { color: rgb(220,35,150); }
H1.HeaderClassName
{
color: #DC2396;
}
.AnyTagClassName
{
color: #DC2396;
}
</style>
background-color css
<style>
a { background-color: #DC2396; }
a { background-color: rgb(220,35,150); }
div.DivClassName
{
background-color: #DC2396;
}
.BgClassName
{
background-color: #DC2396;
}
</style>
border-color css
<style>
span { border-color: #DC2396; }
span { border-color: rgb(220,35,150); }
td.TdClassName
{
border-color: #DC2396;
}
.TagClassName
{
border-color: #DC2396;
}
</style>