Shades of Deep Cerise #DC3496
Tints of Deep Cerise #DC3496
RGB
CMYK
RGB Variations
Color information
#DC3496 (or 0xDC3496) is known color: Deep Cerise. HEX triplet: DC, 34 and 96. RGB value is (220,52,150). Sum of RGB (Red+Green+Blue) = 220+52+150=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3496 is #23CB69. Grayscale: #717171. Windows color (decimal): -2345834 or 9843932. OLE color: 9843932.
HSL color Cylindrical-coordinate representation of color #DC3496: hue angle of 325º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3496 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 150 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.14 |
| HSL | 325º | 0.71% | 0.53% | - |
| HSV(B) | 325º | 0.76% | 0.86% | - |
| XYZ | 36.25 | 19.87 | 30.78 | - |
| YUV | 113.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 150 | 0 | 0.76 | 0.32 | 0.14 | 325 | 0.71 | 0.53 |
| Hex | DC | 34 | 96 | 0 | 4C | 20 | E | 145 | 47 | 35 |
| Octal | 334 | 64 | 226 | 0 | 114 | 40 | 16 | 505 | 107 | 65 |
| Binary | 11011100 | 110100 | 10010110 | 0 | 1001100 | 100000 | 1110 | 101000101 | 1000111 | 110101 |
Color Harmonies of #DC3496
Complementary color
Monochromatic Colors of #DC3496
Black with #DC3496
Text Example
Text Example
White with #DC3496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3496; }
p { color: rgb(220,52,150); }
H1.HeaderClassName
{
color: #DC3496;
}
.AnyTagClassName
{
color: #DC3496;
}
</style>
background-color css
<style>
a { background-color: #DC3496; }
a { background-color: rgb(220,52,150); }
div.DivClassName
{
background-color: #DC3496;
}
.BgClassName
{
background-color: #DC3496;
}
</style>
border-color css
<style>
span { border-color: #DC3496; }
span { border-color: rgb(220,52,150); }
td.TdClassName
{
border-color: #DC3496;
}
.TagClassName
{
border-color: #DC3496;
}
</style>