Shades of Cerise #DC2660
Tints of Cerise #DC2660
RGB
CMYK
RGB Variations
Color information
#DC2660 (or 0xDC2660) is known color: Cerise. HEX triplet: DC, 26 and 60. RGB value is (220,38,96). Sum of RGB (Red+Green+Blue) = 220+38+96=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2660 is #23D99F. Grayscale: #626262. Windows color (decimal): -2349472 or 6301404. OLE color: 6301404.
HSL color Cylindrical-coordinate representation of color #DC2660: hue angle of 340.88º 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 #DC2660 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 96 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.14 |
| HSL | 340.88º | 0.72% | 0.51% | - |
| HSV(B) | 340.88º | 0.83% | 0.86% | - |
| XYZ | 32.32 | 17.45 | 12.73 | - |
| YUV | 99.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 96 | 0 | 0.83 | 0.56 | 0.14 | 340.88 | 0.72 | 0.51 |
| Hex | DC | 26 | 60 | 0 | 53 | 38 | E | 155 | 48 | 33 |
| Octal | 334 | 46 | 140 | 0 | 123 | 70 | 16 | 525 | 110 | 63 |
| Binary | 11011100 | 100110 | 1100000 | 0 | 1010011 | 111000 | 1110 | 101010101 | 1001000 | 110011 |
Color Harmonies of #DC2660
Complementary color
Monochromatic Colors of #DC2660
Black with #DC2660
Text Example
Text Example
White with #DC2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2660; }
p { color: rgb(220,38,96); }
H1.HeaderClassName
{
color: #DC2660;
}
.AnyTagClassName
{
color: #DC2660;
}
</style>
background-color css
<style>
a { background-color: #DC2660; }
a { background-color: rgb(220,38,96); }
div.DivClassName
{
background-color: #DC2660;
}
.BgClassName
{
background-color: #DC2660;
}
</style>
border-color css
<style>
span { border-color: #DC2660; }
span { border-color: rgb(220,38,96); }
td.TdClassName
{
border-color: #DC2660;
}
.TagClassName
{
border-color: #DC2660;
}
</style>