Shades of Cerise #DC3567
Tints of Cerise #DC3567
RGB
CMYK
RGB Variations
Color information
#DC3567 (or 0xDC3567) is known color: Cerise. HEX triplet: DC, 35 and 67. RGB value is (220,53,103). Sum of RGB (Red+Green+Blue) = 220+53+103=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3567 is #23CA98. Grayscale: #6C6C6C. Windows color (decimal): -2345625 or 6763996. OLE color: 6763996.
HSL color Cylindrical-coordinate representation of color #DC3567: hue angle of 342.04º 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 #DC3567 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 103 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.14 |
| HSL | 342.04º | 0.7% | 0.54% | - |
| HSV(B) | 342.04º | 0.76% | 0.86% | - |
| XYZ | 33.24 | 18.74 | 14.7 | - |
| YUV | 108.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 103 | 0 | 0.76 | 0.53 | 0.14 | 342.04 | 0.7 | 0.54 |
| Hex | DC | 35 | 67 | 0 | 4C | 35 | E | 156 | 46 | 36 |
| Octal | 334 | 65 | 147 | 0 | 114 | 65 | 16 | 526 | 106 | 66 |
| Binary | 11011100 | 110101 | 1100111 | 0 | 1001100 | 110101 | 1110 | 101010110 | 1000110 | 110110 |
Color Harmonies of #DC3567
Complementary color
Monochromatic Colors of #DC3567
Black with #DC3567
Text Example
Text Example
White with #DC3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3567; }
p { color: rgb(220,53,103); }
H1.HeaderClassName
{
color: #DC3567;
}
.AnyTagClassName
{
color: #DC3567;
}
</style>
background-color css
<style>
a { background-color: #DC3567; }
a { background-color: rgb(220,53,103); }
div.DivClassName
{
background-color: #DC3567;
}
.BgClassName
{
background-color: #DC3567;
}
</style>
border-color css
<style>
span { border-color: #DC3567; }
span { border-color: rgb(220,53,103); }
td.TdClassName
{
border-color: #DC3567;
}
.TagClassName
{
border-color: #DC3567;
}
</style>