Shades of Cerise #DC356A
Tints of Cerise #DC356A
RGB
CMYK
RGB Variations
Color information
#DC356A (or 0xDC356A) is known color: Cerise. HEX triplet: DC, 35 and 6A. RGB value is (220,53,106). Sum of RGB (Red+Green+Blue) = 220+53+106=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC356A is #23CA95. Grayscale: #6C6C6C. Windows color (decimal): -2345622 or 6960604. OLE color: 6960604.
HSL color Cylindrical-coordinate representation of color #DC356A: hue angle of 340.96º 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 #DC356A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 106 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.14 |
| HSL | 340.96º | 0.7% | 0.54% | - |
| HSV(B) | 340.96º | 0.76% | 0.86% | - |
| XYZ | 33.39 | 18.8 | 15.51 | - |
| YUV | 108.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 106 | 0 | 0.76 | 0.52 | 0.14 | 340.96 | 0.7 | 0.54 |
| Hex | DC | 35 | 6A | 0 | 4C | 34 | E | 155 | 46 | 36 |
| Octal | 334 | 65 | 152 | 0 | 114 | 64 | 16 | 525 | 106 | 66 |
| Binary | 11011100 | 110101 | 1101010 | 0 | 1001100 | 110100 | 1110 | 101010101 | 1000110 | 110110 |
Color Harmonies of #DC356A
Complementary color
Monochromatic Colors of #DC356A
Black with #DC356A
Text Example
Text Example
White with #DC356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC356A; }
p { color: rgb(220,53,106); }
H1.HeaderClassName
{
color: #DC356A;
}
.AnyTagClassName
{
color: #DC356A;
}
</style>
background-color css
<style>
a { background-color: #DC356A; }
a { background-color: rgb(220,53,106); }
div.DivClassName
{
background-color: #DC356A;
}
.BgClassName
{
background-color: #DC356A;
}
</style>
border-color css
<style>
span { border-color: #DC356A; }
span { border-color: rgb(220,53,106); }
td.TdClassName
{
border-color: #DC356A;
}
.TagClassName
{
border-color: #DC356A;
}
</style>