Shades of Cerise #DC3160
Tints of Cerise #DC3160
RGB
CMYK
RGB Variations
Color information
#DC3160 (or 0xDC3160) is known color: Cerise. HEX triplet: DC, 31 and 60. RGB value is (220,49,96). Sum of RGB (Red+Green+Blue) = 220+49+96=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3160 is #23CE9F. Grayscale: #696969. Windows color (decimal): -2346656 or 6304220. OLE color: 6304220.
HSL color Cylindrical-coordinate representation of color #DC3160: hue angle of 343.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3160 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 96 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.14 |
| HSL | 343.51º | 0.71% | 0.53% | - |
| HSV(B) | 343.51º | 0.78% | 0.86% | - |
| XYZ | 32.72 | 18.26 | 12.87 | - |
| YUV | 105.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 96 | 0 | 0.78 | 0.56 | 0.14 | 343.51 | 0.71 | 0.53 |
| Hex | DC | 31 | 60 | 0 | 4E | 38 | E | 158 | 47 | 35 |
| Octal | 334 | 61 | 140 | 0 | 116 | 70 | 16 | 530 | 107 | 65 |
| Binary | 11011100 | 110001 | 1100000 | 0 | 1001110 | 111000 | 1110 | 101011000 | 1000111 | 110101 |
Color Harmonies of #DC3160
Complementary color
Monochromatic Colors of #DC3160
Black with #DC3160
Text Example
Text Example
White with #DC3160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3160; }
p { color: rgb(220,49,96); }
H1.HeaderClassName
{
color: #DC3160;
}
.AnyTagClassName
{
color: #DC3160;
}
</style>
background-color css
<style>
a { background-color: #DC3160; }
a { background-color: rgb(220,49,96); }
div.DivClassName
{
background-color: #DC3160;
}
.BgClassName
{
background-color: #DC3160;
}
</style>
border-color css
<style>
span { border-color: #DC3160; }
span { border-color: rgb(220,49,96); }
td.TdClassName
{
border-color: #DC3160;
}
.TagClassName
{
border-color: #DC3160;
}
</style>