Shades of Cerise #DC3563
Tints of Cerise #DC3563
RGB
CMYK
RGB Variations
Color information
#DC3563 (or 0xDC3563) is known color: Cerise. HEX triplet: DC, 35 and 63. RGB value is (220,53,99). Sum of RGB (Red+Green+Blue) = 220+53+99=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3563 is #23CA9C. Grayscale: #6C6C6C. Windows color (decimal): -2345629 or 6501852. OLE color: 6501852.
HSL color Cylindrical-coordinate representation of color #DC3563: hue angle of 343.47º 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 #DC3563 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 99 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.14 |
| HSL | 343.47º | 0.7% | 0.54% | - |
| HSV(B) | 343.47º | 0.76% | 0.86% | - |
| XYZ | 33.04 | 18.66 | 13.67 | - |
| YUV | 108.18 | 122.83 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 99 | 0 | 0.76 | 0.55 | 0.14 | 343.47 | 0.7 | 0.54 |
| Hex | DC | 35 | 63 | 0 | 4C | 37 | E | 157 | 46 | 36 |
| Octal | 334 | 65 | 143 | 0 | 114 | 67 | 16 | 527 | 106 | 66 |
| Binary | 11011100 | 110101 | 1100011 | 0 | 1001100 | 110111 | 1110 | 101010111 | 1000110 | 110110 |
Color Harmonies of #DC3563
Complementary color
Monochromatic Colors of #DC3563
Black with #DC3563
Text Example
Text Example
White with #DC3563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3563; }
p { color: rgb(220,53,99); }
H1.HeaderClassName
{
color: #DC3563;
}
.AnyTagClassName
{
color: #DC3563;
}
</style>
background-color css
<style>
a { background-color: #DC3563; }
a { background-color: rgb(220,53,99); }
div.DivClassName
{
background-color: #DC3563;
}
.BgClassName
{
background-color: #DC3563;
}
</style>
border-color css
<style>
span { border-color: #DC3563; }
span { border-color: rgb(220,53,99); }
td.TdClassName
{
border-color: #DC3563;
}
.TagClassName
{
border-color: #DC3563;
}
</style>