Shades of Deep Cerise #DC349C
Tints of Deep Cerise #DC349C
RGB
CMYK
RGB Variations
Color information
#DC349C (or 0xDC349C) is known color: Deep Cerise. HEX triplet: DC, 34 and 9C. RGB value is (220,52,156). Sum of RGB (Red+Green+Blue) = 220+52+156=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC349C is #23CB63. Grayscale: #717171. Windows color (decimal): -2345828 or 10237148. OLE color: 10237148.
HSL color Cylindrical-coordinate representation of color #DC349C: hue angle of 322.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 #DC349C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 156 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.14 |
| HSL | 322.86º | 0.71% | 0.53% | - |
| HSV(B) | 322.86º | 0.76% | 0.86% | - |
| XYZ | 36.74 | 20.07 | 33.39 | - |
| YUV | 114.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 156 | 0 | 0.76 | 0.29 | 0.14 | 322.86 | 0.71 | 0.53 |
| Hex | DC | 34 | 9C | 0 | 4C | 1D | E | 143 | 47 | 35 |
| Octal | 334 | 64 | 234 | 0 | 114 | 35 | 16 | 503 | 107 | 65 |
| Binary | 11011100 | 110100 | 10011100 | 0 | 1001100 | 11101 | 1110 | 101000011 | 1000111 | 110101 |
Color Harmonies of #DC349C
Complementary color
Monochromatic Colors of #DC349C
Black with #DC349C
Text Example
Text Example
White with #DC349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC349C; }
p { color: rgb(220,52,156); }
H1.HeaderClassName
{
color: #DC349C;
}
.AnyTagClassName
{
color: #DC349C;
}
</style>
background-color css
<style>
a { background-color: #DC349C; }
a { background-color: rgb(220,52,156); }
div.DivClassName
{
background-color: #DC349C;
}
.BgClassName
{
background-color: #DC349C;
}
</style>
border-color css
<style>
span { border-color: #DC349C; }
span { border-color: rgb(220,52,156); }
td.TdClassName
{
border-color: #DC349C;
}
.TagClassName
{
border-color: #DC349C;
}
</style>