Shades of Cerise #DC3460
Tints of Cerise #DC3460
RGB
CMYK
RGB Variations
Color information
#DC3460 (or 0xDC3460) is known color: Cerise. HEX triplet: DC, 34 and 60. RGB value is (220,52,96). Sum of RGB (Red+Green+Blue) = 220+52+96=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3460 is #23CB9F. Grayscale: #6B6B6B. Windows color (decimal): -2345888 or 6304988. OLE color: 6304988.
HSL color Cylindrical-coordinate representation of color #DC3460: hue angle of 344.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3460 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 96 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.14 |
| HSL | 344.29º | 0.71% | 0.53% | - |
| HSV(B) | 344.29º | 0.76% | 0.86% | - |
| XYZ | 32.85 | 18.52 | 12.91 | - |
| YUV | 107.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 96 | 0 | 0.76 | 0.56 | 0.14 | 344.29 | 0.71 | 0.53 |
| Hex | DC | 34 | 60 | 0 | 4C | 38 | E | 158 | 47 | 35 |
| Octal | 334 | 64 | 140 | 0 | 114 | 70 | 16 | 530 | 107 | 65 |
| Binary | 11011100 | 110100 | 1100000 | 0 | 1001100 | 111000 | 1110 | 101011000 | 1000111 | 110101 |
Color Harmonies of #DC3460
Complementary color
Monochromatic Colors of #DC3460
Black with #DC3460
Text Example
Text Example
White with #DC3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3460; }
p { color: rgb(220,52,96); }
H1.HeaderClassName
{
color: #DC3460;
}
.AnyTagClassName
{
color: #DC3460;
}
</style>
background-color css
<style>
a { background-color: #DC3460; }
a { background-color: rgb(220,52,96); }
div.DivClassName
{
background-color: #DC3460;
}
.BgClassName
{
background-color: #DC3460;
}
</style>
border-color css
<style>
span { border-color: #DC3460; }
span { border-color: rgb(220,52,96); }
td.TdClassName
{
border-color: #DC3460;
}
.TagClassName
{
border-color: #DC3460;
}
</style>