Shades of Cerise #DC345D
Tints of Cerise #DC345D
RGB
CMYK
RGB Variations
Color information
#DC345D (or 0xDC345D) is known color: Cerise. HEX triplet: DC, 34 and 5D. RGB value is (220,52,93). Sum of RGB (Red+Green+Blue) = 220+52+93=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC345D is #23CBA2. Grayscale: #6A6A6A. Windows color (decimal): -2345891 or 6108380. OLE color: 6108380.
HSL color Cylindrical-coordinate representation of color #DC345D: hue angle of 345.36º 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 #DC345D is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 93 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.14 |
| HSL | 345.36º | 0.71% | 0.53% | - |
| HSV(B) | 345.36º | 0.76% | 0.86% | - |
| XYZ | 32.72 | 18.46 | 12.19 | - |
| YUV | 106.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 93 | 0 | 0.76 | 0.58 | 0.14 | 345.36 | 0.71 | 0.53 |
| Hex | DC | 34 | 5D | 0 | 4C | 3A | E | 159 | 47 | 35 |
| Octal | 334 | 64 | 135 | 0 | 114 | 72 | 16 | 531 | 107 | 65 |
| Binary | 11011100 | 110100 | 1011101 | 0 | 1001100 | 111010 | 1110 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DC345D
Complementary color
Monochromatic Colors of #DC345D
Black with #DC345D
Text Example
Text Example
White with #DC345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC345D; }
p { color: rgb(220,52,93); }
H1.HeaderClassName
{
color: #DC345D;
}
.AnyTagClassName
{
color: #DC345D;
}
</style>
background-color css
<style>
a { background-color: #DC345D; }
a { background-color: rgb(220,52,93); }
div.DivClassName
{
background-color: #DC345D;
}
.BgClassName
{
background-color: #DC345D;
}
</style>
border-color css
<style>
span { border-color: #DC345D; }
span { border-color: rgb(220,52,93); }
td.TdClassName
{
border-color: #DC345D;
}
.TagClassName
{
border-color: #DC345D;
}
</style>