Shades of Cerise #DC3564
Tints of Cerise #DC3564
RGB
CMYK
RGB Variations
Color information
#DC3564 (or 0xDC3564) is known color: Cerise. HEX triplet: DC, 35 and 64. RGB value is (220,53,100). Sum of RGB (Red+Green+Blue) = 220+53+100=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3564 is #23CA9B. Grayscale: #6C6C6C. Windows color (decimal): -2345628 or 6567388. OLE color: 6567388.
HSL color Cylindrical-coordinate representation of color #DC3564: hue angle of 343.11º 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 #DC3564 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 100 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.14 |
| HSL | 343.11º | 0.7% | 0.54% | - |
| HSV(B) | 343.11º | 0.76% | 0.86% | - |
| XYZ | 33.09 | 18.68 | 13.92 | - |
| YUV | 108.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 100 | 0 | 0.76 | 0.55 | 0.14 | 343.11 | 0.7 | 0.54 |
| Hex | DC | 35 | 64 | 0 | 4C | 37 | E | 157 | 46 | 36 |
| Octal | 334 | 65 | 144 | 0 | 114 | 67 | 16 | 527 | 106 | 66 |
| Binary | 11011100 | 110101 | 1100100 | 0 | 1001100 | 110111 | 1110 | 101010111 | 1000110 | 110110 |
Color Harmonies of #DC3564
Complementary color
Monochromatic Colors of #DC3564
Black with #DC3564
Text Example
Text Example
White with #DC3564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3564; }
p { color: rgb(220,53,100); }
H1.HeaderClassName
{
color: #DC3564;
}
.AnyTagClassName
{
color: #DC3564;
}
</style>
background-color css
<style>
a { background-color: #DC3564; }
a { background-color: rgb(220,53,100); }
div.DivClassName
{
background-color: #DC3564;
}
.BgClassName
{
background-color: #DC3564;
}
</style>
border-color css
<style>
span { border-color: #DC3564; }
span { border-color: rgb(220,53,100); }
td.TdClassName
{
border-color: #DC3564;
}
.TagClassName
{
border-color: #DC3564;
}
</style>