Shades of Cerise #DC355C
Tints of Cerise #DC355C
RGB
CMYK
RGB Variations
Color information
#DC355C (or 0xDC355C) is known color: Cerise. HEX triplet: DC, 35 and 5C. RGB value is (220,53,92). Sum of RGB (Red+Green+Blue) = 220+53+92=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC355C is #23CAA3. Grayscale: #6B6B6B. Windows color (decimal): -2345636 or 6043100. OLE color: 6043100.
HSL color Cylindrical-coordinate representation of color #DC355C: hue angle of 345.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 #DC355C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.14 |
| HSL | 345.99º | 0.7% | 0.54% | - |
| HSV(B) | 345.99º | 0.76% | 0.86% | - |
| XYZ | 32.72 | 18.53 | 11.98 | - |
| YUV | 107.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 92 | 0 | 0.76 | 0.58 | 0.14 | 345.99 | 0.7 | 0.54 |
| Hex | DC | 35 | 5C | 0 | 4C | 3A | E | 15A | 46 | 36 |
| Octal | 334 | 65 | 134 | 0 | 114 | 72 | 16 | 532 | 106 | 66 |
| Binary | 11011100 | 110101 | 1011100 | 0 | 1001100 | 111010 | 1110 | 101011010 | 1000110 | 110110 |
Color Harmonies of #DC355C
Complementary color
Monochromatic Colors of #DC355C
Black with #DC355C
Text Example
Text Example
White with #DC355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC355C; }
p { color: rgb(220,53,92); }
H1.HeaderClassName
{
color: #DC355C;
}
.AnyTagClassName
{
color: #DC355C;
}
</style>
background-color css
<style>
a { background-color: #DC355C; }
a { background-color: rgb(220,53,92); }
div.DivClassName
{
background-color: #DC355C;
}
.BgClassName
{
background-color: #DC355C;
}
</style>
border-color css
<style>
span { border-color: #DC355C; }
span { border-color: rgb(220,53,92); }
td.TdClassName
{
border-color: #DC355C;
}
.TagClassName
{
border-color: #DC355C;
}
</style>