Shades of Cerise #DC2659
Tints of Cerise #DC2659
RGB
CMYK
RGB Variations
Color information
#DC2659 (or 0xDC2659) is known color: Cerise. HEX triplet: DC, 26 and 59. RGB value is (220,38,89). Sum of RGB (Red+Green+Blue) = 220+38+89=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2659 is #23D9A6. Grayscale: #626262. Windows color (decimal): -2349479 or 5842652. OLE color: 5842652.
HSL color Cylindrical-coordinate representation of color #DC2659: hue angle of 343.19º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2659 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 89 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.14 |
| HSL | 343.19º | 0.72% | 0.51% | - |
| HSV(B) | 343.19º | 0.83% | 0.86% | - |
| XYZ | 32.01 | 17.32 | 11.11 | - |
| YUV | 98.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 89 | 0 | 0.83 | 0.60 | 0.14 | 343.19 | 0.72 | 0.51 |
| Hex | DC | 26 | 59 | 0 | 53 | 3C | E | 157 | 48 | 33 |
| Octal | 334 | 46 | 131 | 0 | 123 | 74 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 100110 | 1011001 | 0 | 1010011 | 111100 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC2659
Complementary color
Monochromatic Colors of #DC2659
Black with #DC2659
Text Example
Text Example
White with #DC2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2659; }
p { color: rgb(220,38,89); }
H1.HeaderClassName
{
color: #DC2659;
}
.AnyTagClassName
{
color: #DC2659;
}
</style>
background-color css
<style>
a { background-color: #DC2659; }
a { background-color: rgb(220,38,89); }
div.DivClassName
{
background-color: #DC2659;
}
.BgClassName
{
background-color: #DC2659;
}
</style>
border-color css
<style>
span { border-color: #DC2659; }
span { border-color: rgb(220,38,89); }
td.TdClassName
{
border-color: #DC2659;
}
.TagClassName
{
border-color: #DC2659;
}
</style>