Shades of Deep Cerise #DC2296
Tints of Deep Cerise #DC2296
RGB
CMYK
RGB Variations
Color information
#DC2296 (or 0xDC2296) is known color: Deep Cerise. HEX triplet: DC, 22 and 96. RGB value is (220,34,150). Sum of RGB (Red+Green+Blue) = 220+34+150=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2296 is #23DD69. Grayscale: #666666. Windows color (decimal): -2350442 or 9839324. OLE color: 9839324.
HSL color Cylindrical-coordinate representation of color #DC2296: hue angle of 322.58º degrees, saturation: 0.73, 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 #DC2296 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 150 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.14 |
| HSL | 322.58º | 0.73% | 0.5% | - |
| HSV(B) | 322.58º | 0.85% | 0.86% | - |
| XYZ | 35.59 | 18.56 | 30.56 | - |
| YUV | 102.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 150 | 0 | 0.85 | 0.32 | 0.14 | 322.58 | 0.73 | 0.5 |
| Hex | DC | 22 | 96 | 0 | 55 | 20 | E | 143 | 49 | 32 |
| Octal | 334 | 42 | 226 | 0 | 125 | 40 | 16 | 503 | 111 | 62 |
| Binary | 11011100 | 100010 | 10010110 | 0 | 1010101 | 100000 | 1110 | 101000011 | 1001001 | 110010 |
Color Harmonies of #DC2296
Complementary color
Monochromatic Colors of #DC2296
Black with #DC2296
Text Example
Text Example
White with #DC2296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2296; }
p { color: rgb(220,34,150); }
H1.HeaderClassName
{
color: #DC2296;
}
.AnyTagClassName
{
color: #DC2296;
}
</style>
background-color css
<style>
a { background-color: #DC2296; }
a { background-color: rgb(220,34,150); }
div.DivClassName
{
background-color: #DC2296;
}
.BgClassName
{
background-color: #DC2296;
}
</style>
border-color css
<style>
span { border-color: #DC2296; }
span { border-color: rgb(220,34,150); }
td.TdClassName
{
border-color: #DC2296;
}
.TagClassName
{
border-color: #DC2296;
}
</style>