Shades of Deep Cerise #DC359C
Tints of Deep Cerise #DC359C
RGB
CMYK
RGB Variations
Color information
#DC359C (or 0xDC359C) is known color: Deep Cerise. HEX triplet: DC, 35 and 9C. RGB value is (220,53,156). Sum of RGB (Red+Green+Blue) = 220+53+156=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC359C is #23CA63. Grayscale: #727272. Windows color (decimal): -2345572 or 10237404. OLE color: 10237404.
HSL color Cylindrical-coordinate representation of color #DC359C: hue angle of 322.99º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC359C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 156 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.14 |
| HSL | 322.99º | 0.7% | 0.54% | - |
| HSV(B) | 322.99º | 0.76% | 0.86% | - |
| XYZ | 36.79 | 20.16 | 33.41 | - |
| YUV | 114.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 156 | 0 | 0.76 | 0.29 | 0.14 | 322.99 | 0.7 | 0.54 |
| Hex | DC | 35 | 9C | 0 | 4C | 1D | E | 143 | 46 | 36 |
| Octal | 334 | 65 | 234 | 0 | 114 | 35 | 16 | 503 | 106 | 66 |
| Binary | 11011100 | 110101 | 10011100 | 0 | 1001100 | 11101 | 1110 | 101000011 | 1000110 | 110110 |
Color Harmonies of #DC359C
Complementary color
Monochromatic Colors of #DC359C
Black with #DC359C
Text Example
Text Example
White with #DC359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC359C; }
p { color: rgb(220,53,156); }
H1.HeaderClassName
{
color: #DC359C;
}
.AnyTagClassName
{
color: #DC359C;
}
</style>
background-color css
<style>
a { background-color: #DC359C; }
a { background-color: rgb(220,53,156); }
div.DivClassName
{
background-color: #DC359C;
}
.BgClassName
{
background-color: #DC359C;
}
</style>
border-color css
<style>
span { border-color: #DC359C; }
span { border-color: rgb(220,53,156); }
td.TdClassName
{
border-color: #DC359C;
}
.TagClassName
{
border-color: #DC359C;
}
</style>