Shades of Deep Cerise #DC329D
Tints of Deep Cerise #DC329D
RGB
CMYK
RGB Variations
Color information
#DC329D (or 0xDC329D) is known color: Deep Cerise. HEX triplet: DC, 32 and 9D. RGB value is (220,50,157). Sum of RGB (Red+Green+Blue) = 220+50+157=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC329D is #23CD62. Grayscale: #707070. Windows color (decimal): -2346339 or 10302172. OLE color: 10302172.
HSL color Cylindrical-coordinate representation of color #DC329D: hue angle of 322.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC329D is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 157 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.14 |
| HSL | 322.24º | 0.71% | 0.53% | - |
| HSV(B) | 322.24º | 0.77% | 0.86% | - |
| XYZ | 36.74 | 19.93 | 33.81 | - |
| YUV | 113.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 157 | 0 | 0.77 | 0.29 | 0.14 | 322.24 | 0.71 | 0.53 |
| Hex | DC | 32 | 9D | 0 | 4D | 1D | E | 142 | 47 | 35 |
| Octal | 334 | 62 | 235 | 0 | 115 | 35 | 16 | 502 | 107 | 65 |
| Binary | 11011100 | 110010 | 10011101 | 0 | 1001101 | 11101 | 1110 | 101000010 | 1000111 | 110101 |
Color Harmonies of #DC329D
Complementary color
Monochromatic Colors of #DC329D
Black with #DC329D
Text Example
Text Example
White with #DC329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC329D; }
p { color: rgb(220,50,157); }
H1.HeaderClassName
{
color: #DC329D;
}
.AnyTagClassName
{
color: #DC329D;
}
</style>
background-color css
<style>
a { background-color: #DC329D; }
a { background-color: rgb(220,50,157); }
div.DivClassName
{
background-color: #DC329D;
}
.BgClassName
{
background-color: #DC329D;
}
</style>
border-color css
<style>
span { border-color: #DC329D; }
span { border-color: rgb(220,50,157); }
td.TdClassName
{
border-color: #DC329D;
}
.TagClassName
{
border-color: #DC329D;
}
</style>