Shades of Cerise #DC346D
Tints of Cerise #DC346D
RGB
CMYK
RGB Variations
Color information
#DC346D (or 0xDC346D) is known color: Cerise. HEX triplet: DC, 34 and 6D. RGB value is (220,52,109). Sum of RGB (Red+Green+Blue) = 220+52+109=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC346D is #23CB92. Grayscale: #6C6C6C. Windows color (decimal): -2345875 or 7156956. OLE color: 7156956.
HSL color Cylindrical-coordinate representation of color #DC346D: hue angle of 339.64º 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 #DC346D is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 109 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.14 |
| HSL | 339.64º | 0.71% | 0.53% | - |
| HSV(B) | 339.64º | 0.76% | 0.86% | - |
| XYZ | 33.5 | 18.78 | 16.33 | - |
| YUV | 108.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 109 | 0 | 0.76 | 0.50 | 0.14 | 339.64 | 0.71 | 0.53 |
| Hex | DC | 34 | 6D | 0 | 4C | 32 | E | 154 | 47 | 35 |
| Octal | 334 | 64 | 155 | 0 | 114 | 62 | 16 | 524 | 107 | 65 |
| Binary | 11011100 | 110100 | 1101101 | 0 | 1001100 | 110010 | 1110 | 101010100 | 1000111 | 110101 |
Color Harmonies of #DC346D
Complementary color
Monochromatic Colors of #DC346D
Black with #DC346D
Text Example
Text Example
White with #DC346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC346D; }
p { color: rgb(220,52,109); }
H1.HeaderClassName
{
color: #DC346D;
}
.AnyTagClassName
{
color: #DC346D;
}
</style>
background-color css
<style>
a { background-color: #DC346D; }
a { background-color: rgb(220,52,109); }
div.DivClassName
{
background-color: #DC346D;
}
.BgClassName
{
background-color: #DC346D;
}
</style>
border-color css
<style>
span { border-color: #DC346D; }
span { border-color: rgb(220,52,109); }
td.TdClassName
{
border-color: #DC346D;
}
.TagClassName
{
border-color: #DC346D;
}
</style>