Shades of Cerise #DC2A59
Tints of Cerise #DC2A59
RGB
CMYK
RGB Variations
Color information
#DC2A59 (or 0xDC2A59) is known color: Cerise. HEX triplet: DC, 2A and 59. RGB value is (220,42,89). Sum of RGB (Red+Green+Blue) = 220+42+89=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A59 is #23D5A6. Grayscale: #646464. Windows color (decimal): -2348455 or 5843676. OLE color: 5843676.
HSL color Cylindrical-coordinate representation of color #DC2A59: hue angle of 344.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A59 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 89 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.14 |
| HSL | 344.16º | 0.72% | 0.51% | - |
| HSV(B) | 344.16º | 0.81% | 0.86% | - |
| XYZ | 32.15 | 17.59 | 11.15 | - |
| YUV | 100.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 89 | 0 | 0.81 | 0.60 | 0.14 | 344.16 | 0.72 | 0.51 |
| Hex | DC | 2A | 59 | 0 | 51 | 3C | E | 158 | 48 | 33 |
| Octal | 334 | 52 | 131 | 0 | 121 | 74 | 16 | 530 | 110 | 63 |
| Binary | 11011100 | 101010 | 1011001 | 0 | 1010001 | 111100 | 1110 | 101011000 | 1001000 | 110011 |
Color Harmonies of #DC2A59
Complementary color
Monochromatic Colors of #DC2A59
Black with #DC2A59
Text Example
Text Example
White with #DC2A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A59; }
p { color: rgb(220,42,89); }
H1.HeaderClassName
{
color: #DC2A59;
}
.AnyTagClassName
{
color: #DC2A59;
}
</style>
background-color css
<style>
a { background-color: #DC2A59; }
a { background-color: rgb(220,42,89); }
div.DivClassName
{
background-color: #DC2A59;
}
.BgClassName
{
background-color: #DC2A59;
}
</style>
border-color css
<style>
span { border-color: #DC2A59; }
span { border-color: rgb(220,42,89); }
td.TdClassName
{
border-color: #DC2A59;
}
.TagClassName
{
border-color: #DC2A59;
}
</style>