Shades of Deep Cerise #DC2196
Tints of Deep Cerise #DC2196
RGB
CMYK
RGB Variations
Color information
#DC2196 (or 0xDC2196) is known color: Deep Cerise. HEX triplet: DC, 21 and 96. RGB value is (220,33,150). Sum of RGB (Red+Green+Blue) = 220+33+150=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2196 is #23DE69. Grayscale: #656565. Windows color (decimal): -2350698 or 9839068. OLE color: 9839068.
HSL color Cylindrical-coordinate representation of color #DC2196: hue angle of 322.46º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2196 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 150 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.14 |
| HSL | 322.46º | 0.74% | 0.5% | - |
| HSV(B) | 322.46º | 0.85% | 0.86% | - |
| XYZ | 35.56 | 18.51 | 30.55 | - |
| YUV | 102.25 | 154.95 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 150 | 0 | 0.85 | 0.32 | 0.14 | 322.46 | 0.74 | 0.5 |
| Hex | DC | 21 | 96 | 0 | 55 | 20 | E | 142 | 4A | 32 |
| Octal | 334 | 41 | 226 | 0 | 125 | 40 | 16 | 502 | 112 | 62 |
| Binary | 11011100 | 100001 | 10010110 | 0 | 1010101 | 100000 | 1110 | 101000010 | 1001010 | 110010 |
Color Harmonies of #DC2196
Complementary color
Monochromatic Colors of #DC2196
Black with #DC2196
Text Example
Text Example
White with #DC2196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2196; }
p { color: rgb(220,33,150); }
H1.HeaderClassName
{
color: #DC2196;
}
.AnyTagClassName
{
color: #DC2196;
}
</style>
background-color css
<style>
a { background-color: #DC2196; }
a { background-color: rgb(220,33,150); }
div.DivClassName
{
background-color: #DC2196;
}
.BgClassName
{
background-color: #DC2196;
}
</style>
border-color css
<style>
span { border-color: #DC2196; }
span { border-color: rgb(220,33,150); }
td.TdClassName
{
border-color: #DC2196;
}
.TagClassName
{
border-color: #DC2196;
}
</style>