Shades of Cerise #DC3568
Tints of Cerise #DC3568
RGB
CMYK
RGB Variations
Color information
#DC3568 (or 0xDC3568) is known color: Cerise. HEX triplet: DC, 35 and 68. RGB value is (220,53,104). Sum of RGB (Red+Green+Blue) = 220+53+104=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3568 is #23CA97. Grayscale: #6C6C6C. Windows color (decimal): -2345624 or 6829532. OLE color: 6829532.
HSL color Cylindrical-coordinate representation of color #DC3568: hue angle of 341.68º 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 #DC3568 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 104 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.14 |
| HSL | 341.68º | 0.7% | 0.54% | - |
| HSV(B) | 341.68º | 0.76% | 0.86% | - |
| XYZ | 33.29 | 18.76 | 14.96 | - |
| YUV | 108.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 104 | 0 | 0.76 | 0.53 | 0.14 | 341.68 | 0.7 | 0.54 |
| Hex | DC | 35 | 68 | 0 | 4C | 35 | E | 156 | 46 | 36 |
| Octal | 334 | 65 | 150 | 0 | 114 | 65 | 16 | 526 | 106 | 66 |
| Binary | 11011100 | 110101 | 1101000 | 0 | 1001100 | 110101 | 1110 | 101010110 | 1000110 | 110110 |
Color Harmonies of #DC3568
Complementary color
Monochromatic Colors of #DC3568
Black with #DC3568
Text Example
Text Example
White with #DC3568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3568; }
p { color: rgb(220,53,104); }
H1.HeaderClassName
{
color: #DC3568;
}
.AnyTagClassName
{
color: #DC3568;
}
</style>
background-color css
<style>
a { background-color: #DC3568; }
a { background-color: rgb(220,53,104); }
div.DivClassName
{
background-color: #DC3568;
}
.BgClassName
{
background-color: #DC3568;
}
</style>
border-color css
<style>
span { border-color: #DC3568; }
span { border-color: rgb(220,53,104); }
td.TdClassName
{
border-color: #DC3568;
}
.TagClassName
{
border-color: #DC3568;
}
</style>