Shades of Cerise #DC2561
Tints of Cerise #DC2561
RGB
CMYK
RGB Variations
Color information
#DC2561 (or 0xDC2561) is known color: Cerise. HEX triplet: DC, 25 and 61. RGB value is (220,37,97). Sum of RGB (Red+Green+Blue) = 220+37+97=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2561 is #23DA9E. Grayscale: #626262. Windows color (decimal): -2349727 or 6366684. OLE color: 6366684.
HSL color Cylindrical-coordinate representation of color #DC2561: hue angle of 340.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2561 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 97 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.14 |
| HSL | 340.33º | 0.72% | 0.5% | - |
| HSV(B) | 340.33º | 0.83% | 0.86% | - |
| XYZ | 32.33 | 17.4 | 12.96 | - |
| YUV | 98.56 | 127.13 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 97 | 0 | 0.83 | 0.56 | 0.14 | 340.33 | 0.72 | 0.5 |
| Hex | DC | 25 | 61 | 0 | 53 | 38 | E | 154 | 48 | 32 |
| Octal | 334 | 45 | 141 | 0 | 123 | 70 | 16 | 524 | 110 | 62 |
| Binary | 11011100 | 100101 | 1100001 | 0 | 1010011 | 111000 | 1110 | 101010100 | 1001000 | 110010 |
Color Harmonies of #DC2561
Complementary color
Monochromatic Colors of #DC2561
Black with #DC2561
Text Example
Text Example
White with #DC2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2561; }
p { color: rgb(220,37,97); }
H1.HeaderClassName
{
color: #DC2561;
}
.AnyTagClassName
{
color: #DC2561;
}
</style>
background-color css
<style>
a { background-color: #DC2561; }
a { background-color: rgb(220,37,97); }
div.DivClassName
{
background-color: #DC2561;
}
.BgClassName
{
background-color: #DC2561;
}
</style>
border-color css
<style>
span { border-color: #DC2561; }
span { border-color: rgb(220,37,97); }
td.TdClassName
{
border-color: #DC2561;
}
.TagClassName
{
border-color: #DC2561;
}
</style>