Shades of Cerise #DC3360
Tints of Cerise #DC3360
RGB
CMYK
RGB Variations
Color information
#DC3360 (or 0xDC3360) is known color: Cerise. HEX triplet: DC, 33 and 60. RGB value is (220,51,96). Sum of RGB (Red+Green+Blue) = 220+51+96=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3360 is #23CC9F. Grayscale: #6A6A6A. Windows color (decimal): -2346144 or 6304732. OLE color: 6304732.
HSL color Cylindrical-coordinate representation of color #DC3360: hue angle of 344.02º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3360 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 96 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.14 |
| HSL | 344.02º | 0.71% | 0.53% | - |
| HSV(B) | 344.02º | 0.77% | 0.86% | - |
| XYZ | 32.81 | 18.43 | 12.89 | - |
| YUV | 106.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 96 | 0 | 0.77 | 0.56 | 0.14 | 344.02 | 0.71 | 0.53 |
| Hex | DC | 33 | 60 | 0 | 4D | 38 | E | 158 | 47 | 35 |
| Octal | 334 | 63 | 140 | 0 | 115 | 70 | 16 | 530 | 107 | 65 |
| Binary | 11011100 | 110011 | 1100000 | 0 | 1001101 | 111000 | 1110 | 101011000 | 1000111 | 110101 |
Color Harmonies of #DC3360
Complementary color
Monochromatic Colors of #DC3360
Black with #DC3360
Text Example
Text Example
White with #DC3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3360; }
p { color: rgb(220,51,96); }
H1.HeaderClassName
{
color: #DC3360;
}
.AnyTagClassName
{
color: #DC3360;
}
</style>
background-color css
<style>
a { background-color: #DC3360; }
a { background-color: rgb(220,51,96); }
div.DivClassName
{
background-color: #DC3360;
}
.BgClassName
{
background-color: #DC3360;
}
</style>
border-color css
<style>
span { border-color: #DC3360; }
span { border-color: rgb(220,51,96); }
td.TdClassName
{
border-color: #DC3360;
}
.TagClassName
{
border-color: #DC3360;
}
</style>