Shades of Deep Cerise #DC348E
Tints of Deep Cerise #DC348E
RGB
CMYK
RGB Variations
Color information
#DC348E (or 0xDC348E) is known color: Deep Cerise. HEX triplet: DC, 34 and 8E. RGB value is (220,52,142). Sum of RGB (Red+Green+Blue) = 220+52+142=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC348E is #23CB71. Grayscale: #707070. Windows color (decimal): -2345842 or 9319644. OLE color: 9319644.
HSL color Cylindrical-coordinate representation of color #DC348E: hue angle of 327.86º 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 #DC348E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 142 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.14 |
| HSL | 327.86º | 0.71% | 0.53% | - |
| HSV(B) | 327.86º | 0.76% | 0.86% | - |
| XYZ | 35.63 | 19.62 | 27.5 | - |
| YUV | 112.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 142 | 0 | 0.76 | 0.35 | 0.14 | 327.86 | 0.71 | 0.53 |
| Hex | DC | 34 | 8E | 0 | 4C | 23 | E | 148 | 47 | 35 |
| Octal | 334 | 64 | 216 | 0 | 114 | 43 | 16 | 510 | 107 | 65 |
| Binary | 11011100 | 110100 | 10001110 | 0 | 1001100 | 100011 | 1110 | 101001000 | 1000111 | 110101 |
Color Harmonies of #DC348E
Complementary color
Monochromatic Colors of #DC348E
Black with #DC348E
Text Example
Text Example
White with #DC348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC348E; }
p { color: rgb(220,52,142); }
H1.HeaderClassName
{
color: #DC348E;
}
.AnyTagClassName
{
color: #DC348E;
}
</style>
background-color css
<style>
a { background-color: #DC348E; }
a { background-color: rgb(220,52,142); }
div.DivClassName
{
background-color: #DC348E;
}
.BgClassName
{
background-color: #DC348E;
}
</style>
border-color css
<style>
span { border-color: #DC348E; }
span { border-color: rgb(220,52,142); }
td.TdClassName
{
border-color: #DC348E;
}
.TagClassName
{
border-color: #DC348E;
}
</style>