Shades of Cerise #DC356D
Tints of Cerise #DC356D
RGB
CMYK
RGB Variations
Color information
#DC356D (or 0xDC356D) is known color: Cerise. HEX triplet: DC, 35 and 6D. RGB value is (220,53,109). Sum of RGB (Red+Green+Blue) = 220+53+109=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC356D is #23CA92. Grayscale: #6D6D6D. Windows color (decimal): -2345619 or 7157212. OLE color: 7157212.
HSL color Cylindrical-coordinate representation of color #DC356D: hue angle of 339.88º 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 #DC356D is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 109 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.14 |
| HSL | 339.88º | 0.7% | 0.54% | - |
| HSV(B) | 339.88º | 0.76% | 0.86% | - |
| XYZ | 33.55 | 18.87 | 16.34 | - |
| YUV | 109.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 109 | 0 | 0.76 | 0.50 | 0.14 | 339.88 | 0.7 | 0.54 |
| Hex | DC | 35 | 6D | 0 | 4C | 32 | E | 154 | 46 | 36 |
| Octal | 334 | 65 | 155 | 0 | 114 | 62 | 16 | 524 | 106 | 66 |
| Binary | 11011100 | 110101 | 1101101 | 0 | 1001100 | 110010 | 1110 | 101010100 | 1000110 | 110110 |
Color Harmonies of #DC356D
Complementary color
Monochromatic Colors of #DC356D
Black with #DC356D
Text Example
Text Example
White with #DC356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC356D; }
p { color: rgb(220,53,109); }
H1.HeaderClassName
{
color: #DC356D;
}
.AnyTagClassName
{
color: #DC356D;
}
</style>
background-color css
<style>
a { background-color: #DC356D; }
a { background-color: rgb(220,53,109); }
div.DivClassName
{
background-color: #DC356D;
}
.BgClassName
{
background-color: #DC356D;
}
</style>
border-color css
<style>
span { border-color: #DC356D; }
span { border-color: rgb(220,53,109); }
td.TdClassName
{
border-color: #DC356D;
}
.TagClassName
{
border-color: #DC356D;
}
</style>