Shades of Cerise #DC2761
Tints of Cerise #DC2761
RGB
CMYK
RGB Variations
Color information
#DC2761 (or 0xDC2761) is known color: Cerise. HEX triplet: DC, 27 and 61. RGB value is (220,39,97). Sum of RGB (Red+Green+Blue) = 220+39+97=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2761 is #23D89E. Grayscale: #636363. Windows color (decimal): -2349215 or 6367196. OLE color: 6367196.
HSL color Cylindrical-coordinate representation of color #DC2761: hue angle of 340.77º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2761 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 97 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.14 |
| HSL | 340.77º | 0.72% | 0.51% | - |
| HSV(B) | 340.77º | 0.82% | 0.86% | - |
| XYZ | 32.4 | 17.53 | 12.99 | - |
| YUV | 99.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 97 | 0 | 0.82 | 0.56 | 0.14 | 340.77 | 0.72 | 0.51 |
| Hex | DC | 27 | 61 | 0 | 52 | 38 | E | 155 | 48 | 33 |
| Octal | 334 | 47 | 141 | 0 | 122 | 70 | 16 | 525 | 110 | 63 |
| Binary | 11011100 | 100111 | 1100001 | 0 | 1010010 | 111000 | 1110 | 101010101 | 1001000 | 110011 |
Color Harmonies of #DC2761
Complementary color
Monochromatic Colors of #DC2761
Black with #DC2761
Text Example
Text Example
White with #DC2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2761; }
p { color: rgb(220,39,97); }
H1.HeaderClassName
{
color: #DC2761;
}
.AnyTagClassName
{
color: #DC2761;
}
</style>
background-color css
<style>
a { background-color: #DC2761; }
a { background-color: rgb(220,39,97); }
div.DivClassName
{
background-color: #DC2761;
}
.BgClassName
{
background-color: #DC2761;
}
</style>
border-color css
<style>
span { border-color: #DC2761; }
span { border-color: rgb(220,39,97); }
td.TdClassName
{
border-color: #DC2761;
}
.TagClassName
{
border-color: #DC2761;
}
</style>