Shades of Deep Cerise #DC357A
Tints of Deep Cerise #DC357A
RGB
CMYK
RGB Variations
Color information
#DC357A (or 0xDC357A) is known color: Deep Cerise. HEX triplet: DC, 35 and 7A. RGB value is (220,53,122). Sum of RGB (Red+Green+Blue) = 220+53+122=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC357A is #23CA85. Grayscale: #6E6E6E. Windows color (decimal): -2345606 or 8009180. OLE color: 8009180.
HSL color Cylindrical-coordinate representation of color #DC357A: hue angle of 335.21º 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 #DC357A is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 122 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.14 |
| HSL | 335.21º | 0.7% | 0.54% | - |
| HSV(B) | 335.21º | 0.76% | 0.86% | - |
| XYZ | 34.3 | 19.17 | 20.3 | - |
| YUV | 110.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 122 | 0 | 0.76 | 0.45 | 0.14 | 335.21 | 0.7 | 0.54 |
| Hex | DC | 35 | 7A | 0 | 4C | 2D | E | 14F | 46 | 36 |
| Octal | 334 | 65 | 172 | 0 | 114 | 55 | 16 | 517 | 106 | 66 |
| Binary | 11011100 | 110101 | 1111010 | 0 | 1001100 | 101101 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DC357A
Complementary color
Monochromatic Colors of #DC357A
Black with #DC357A
Text Example
Text Example
White with #DC357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC357A; }
p { color: rgb(220,53,122); }
H1.HeaderClassName
{
color: #DC357A;
}
.AnyTagClassName
{
color: #DC357A;
}
</style>
background-color css
<style>
a { background-color: #DC357A; }
a { background-color: rgb(220,53,122); }
div.DivClassName
{
background-color: #DC357A;
}
.BgClassName
{
background-color: #DC357A;
}
</style>
border-color css
<style>
span { border-color: #DC357A; }
span { border-color: rgb(220,53,122); }
td.TdClassName
{
border-color: #DC357A;
}
.TagClassName
{
border-color: #DC357A;
}
</style>