Shades of Cerise #DC335E
Tints of Cerise #DC335E
RGB
CMYK
RGB Variations
Color information
#DC335E (or 0xDC335E) is known color: Cerise. HEX triplet: DC, 33 and 5E. RGB value is (220,51,94). Sum of RGB (Red+Green+Blue) = 220+51+94=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC335E is #23CCA1. Grayscale: #6A6A6A. Windows color (decimal): -2346146 or 6173660. OLE color: 6173660.
HSL color Cylindrical-coordinate representation of color #DC335E: hue angle of 344.73º 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 #DC335E is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 94 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.14 |
| HSL | 344.73º | 0.71% | 0.53% | - |
| HSV(B) | 344.73º | 0.77% | 0.86% | - |
| XYZ | 32.72 | 18.39 | 12.42 | - |
| YUV | 106.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 94 | 0 | 0.77 | 0.57 | 0.14 | 344.73 | 0.71 | 0.53 |
| Hex | DC | 33 | 5E | 0 | 4D | 39 | E | 159 | 47 | 35 |
| Octal | 334 | 63 | 136 | 0 | 115 | 71 | 16 | 531 | 107 | 65 |
| Binary | 11011100 | 110011 | 1011110 | 0 | 1001101 | 111001 | 1110 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DC335E
Complementary color
Monochromatic Colors of #DC335E
Black with #DC335E
Text Example
Text Example
White with #DC335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC335E; }
p { color: rgb(220,51,94); }
H1.HeaderClassName
{
color: #DC335E;
}
.AnyTagClassName
{
color: #DC335E;
}
</style>
background-color css
<style>
a { background-color: #DC335E; }
a { background-color: rgb(220,51,94); }
div.DivClassName
{
background-color: #DC335E;
}
.BgClassName
{
background-color: #DC335E;
}
</style>
border-color css
<style>
span { border-color: #DC335E; }
span { border-color: rgb(220,51,94); }
td.TdClassName
{
border-color: #DC335E;
}
.TagClassName
{
border-color: #DC335E;
}
</style>