Shades of Cerise #DC345C
Tints of Cerise #DC345C
RGB
CMYK
RGB Variations
Color information
#DC345C (or 0xDC345C) is known color: Cerise. HEX triplet: DC, 34 and 5C. RGB value is (220,52,92). Sum of RGB (Red+Green+Blue) = 220+52+92=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC345C is #23CBA3. Grayscale: #6A6A6A. Windows color (decimal): -2345892 or 6042844. OLE color: 6042844.
HSL color Cylindrical-coordinate representation of color #DC345C: hue angle of 345.71º 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 #DC345C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.14 |
| HSL | 345.71º | 0.71% | 0.53% | - |
| HSV(B) | 345.71º | 0.76% | 0.86% | - |
| XYZ | 32.67 | 18.44 | 11.96 | - |
| YUV | 106.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 92 | 0 | 0.76 | 0.58 | 0.14 | 345.71 | 0.71 | 0.53 |
| Hex | DC | 34 | 5C | 0 | 4C | 3A | E | 15A | 47 | 35 |
| Octal | 334 | 64 | 134 | 0 | 114 | 72 | 16 | 532 | 107 | 65 |
| Binary | 11011100 | 110100 | 1011100 | 0 | 1001100 | 111010 | 1110 | 101011010 | 1000111 | 110101 |
Color Harmonies of #DC345C
Complementary color
Monochromatic Colors of #DC345C
Black with #DC345C
Text Example
Text Example
White with #DC345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC345C; }
p { color: rgb(220,52,92); }
H1.HeaderClassName
{
color: #DC345C;
}
.AnyTagClassName
{
color: #DC345C;
}
</style>
background-color css
<style>
a { background-color: #DC345C; }
a { background-color: rgb(220,52,92); }
div.DivClassName
{
background-color: #DC345C;
}
.BgClassName
{
background-color: #DC345C;
}
</style>
border-color css
<style>
span { border-color: #DC345C; }
span { border-color: rgb(220,52,92); }
td.TdClassName
{
border-color: #DC345C;
}
.TagClassName
{
border-color: #DC345C;
}
</style>