Shades of Cerise #DC346C
Tints of Cerise #DC346C
RGB
CMYK
RGB Variations
Color information
#DC346C (or 0xDC346C) is known color: Cerise. HEX triplet: DC, 34 and 6C. RGB value is (220,52,108). Sum of RGB (Red+Green+Blue) = 220+52+108=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC346C is #23CB93. Grayscale: #6C6C6C. Windows color (decimal): -2345876 or 7091420. OLE color: 7091420.
HSL color Cylindrical-coordinate representation of color #DC346C: hue angle of 340º 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 #DC346C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 108 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.14 |
| HSL | 340º | 0.71% | 0.53% | - |
| HSV(B) | 340º | 0.76% | 0.86% | - |
| XYZ | 33.45 | 18.75 | 16.04 | - |
| YUV | 108.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 108 | 0 | 0.76 | 0.51 | 0.14 | 340 | 0.71 | 0.53 |
| Hex | DC | 34 | 6C | 0 | 4C | 33 | E | 154 | 47 | 35 |
| Octal | 334 | 64 | 154 | 0 | 114 | 63 | 16 | 524 | 107 | 65 |
| Binary | 11011100 | 110100 | 1101100 | 0 | 1001100 | 110011 | 1110 | 101010100 | 1000111 | 110101 |
Color Harmonies of #DC346C
Complementary color
Monochromatic Colors of #DC346C
Black with #DC346C
Text Example
Text Example
White with #DC346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC346C; }
p { color: rgb(220,52,108); }
H1.HeaderClassName
{
color: #DC346C;
}
.AnyTagClassName
{
color: #DC346C;
}
</style>
background-color css
<style>
a { background-color: #DC346C; }
a { background-color: rgb(220,52,108); }
div.DivClassName
{
background-color: #DC346C;
}
.BgClassName
{
background-color: #DC346C;
}
</style>
border-color css
<style>
span { border-color: #DC346C; }
span { border-color: rgb(220,52,108); }
td.TdClassName
{
border-color: #DC346C;
}
.TagClassName
{
border-color: #DC346C;
}
</style>