Shades of Deep Cerise #DC359D
Tints of Deep Cerise #DC359D
RGB
CMYK
RGB Variations
Color information
#DC359D (or 0xDC359D) is known color: Deep Cerise. HEX triplet: DC, 35 and 9D. RGB value is (220,53,157). Sum of RGB (Red+Green+Blue) = 220+53+157=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC359D is #23CA62. Grayscale: #727272. Windows color (decimal): -2345571 or 10302940. OLE color: 10302940.
HSL color Cylindrical-coordinate representation of color #DC359D: hue angle of 322.63º 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 #DC359D is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 157 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.14 |
| HSL | 322.63º | 0.7% | 0.54% | - |
| HSV(B) | 322.63º | 0.76% | 0.86% | - |
| XYZ | 36.87 | 20.2 | 33.85 | - |
| YUV | 114.79 | 151.83 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 157 | 0 | 0.76 | 0.29 | 0.14 | 322.63 | 0.7 | 0.54 |
| Hex | DC | 35 | 9D | 0 | 4C | 1D | E | 143 | 46 | 36 |
| Octal | 334 | 65 | 235 | 0 | 114 | 35 | 16 | 503 | 106 | 66 |
| Binary | 11011100 | 110101 | 10011101 | 0 | 1001100 | 11101 | 1110 | 101000011 | 1000110 | 110110 |
Color Harmonies of #DC359D
Complementary color
Monochromatic Colors of #DC359D
Black with #DC359D
Text Example
Text Example
White with #DC359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC359D; }
p { color: rgb(220,53,157); }
H1.HeaderClassName
{
color: #DC359D;
}
.AnyTagClassName
{
color: #DC359D;
}
</style>
background-color css
<style>
a { background-color: #DC359D; }
a { background-color: rgb(220,53,157); }
div.DivClassName
{
background-color: #DC359D;
}
.BgClassName
{
background-color: #DC359D;
}
</style>
border-color css
<style>
span { border-color: #DC359D; }
span { border-color: rgb(220,53,157); }
td.TdClassName
{
border-color: #DC359D;
}
.TagClassName
{
border-color: #DC359D;
}
</style>