Shades of Cerise #DC3559
Tints of Cerise #DC3559
RGB
CMYK
RGB Variations
Color information
#DC3559 (or 0xDC3559) is known color: Cerise. HEX triplet: DC, 35 and 59. RGB value is (220,53,89). Sum of RGB (Red+Green+Blue) = 220+53+89=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3559 is #23CAA6. Grayscale: #6B6B6B. Windows color (decimal): -2345639 or 5846492. OLE color: 5846492.
HSL color Cylindrical-coordinate representation of color #DC3559: hue angle of 347.07º 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 #DC3559 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 89 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.14 |
| HSL | 347.07º | 0.7% | 0.54% | - |
| HSV(B) | 347.07º | 0.76% | 0.86% | - |
| XYZ | 32.59 | 18.48 | 11.3 | - |
| YUV | 107.04 | 117.83 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 89 | 0 | 0.76 | 0.60 | 0.14 | 347.07 | 0.7 | 0.54 |
| Hex | DC | 35 | 59 | 0 | 4C | 3C | E | 15B | 46 | 36 |
| Octal | 334 | 65 | 131 | 0 | 114 | 74 | 16 | 533 | 106 | 66 |
| Binary | 11011100 | 110101 | 1011001 | 0 | 1001100 | 111100 | 1110 | 101011011 | 1000110 | 110110 |
Color Harmonies of #DC3559
Complementary color
Monochromatic Colors of #DC3559
Black with #DC3559
Text Example
Text Example
White with #DC3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3559; }
p { color: rgb(220,53,89); }
H1.HeaderClassName
{
color: #DC3559;
}
.AnyTagClassName
{
color: #DC3559;
}
</style>
background-color css
<style>
a { background-color: #DC3559; }
a { background-color: rgb(220,53,89); }
div.DivClassName
{
background-color: #DC3559;
}
.BgClassName
{
background-color: #DC3559;
}
</style>
border-color css
<style>
span { border-color: #DC3559; }
span { border-color: rgb(220,53,89); }
td.TdClassName
{
border-color: #DC3559;
}
.TagClassName
{
border-color: #DC3559;
}
</style>