Shades of Deep Cerise #DC329A
Tints of Deep Cerise #DC329A
RGB
CMYK
RGB Variations
Color information
#DC329A (or 0xDC329A) is known color: Deep Cerise. HEX triplet: DC, 32 and 9A. RGB value is (220,50,154). Sum of RGB (Red+Green+Blue) = 220+50+154=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC329A is #23CD65. Grayscale: #707070. Windows color (decimal): -2346342 or 10105564. OLE color: 10105564.
HSL color Cylindrical-coordinate representation of color #DC329A: hue angle of 323.29º 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 #DC329A is Cyan = 0, Magento = 0.77, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 154 | - |
| CMYK | 0 | 0.77 | 0.3 | 0.14 |
| HSL | 323.29º | 0.71% | 0.53% | - |
| HSV(B) | 323.29º | 0.77% | 0.86% | - |
| XYZ | 36.49 | 19.83 | 32.48 | - |
| YUV | 112.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 154 | 0 | 0.77 | 0.3 | 0.14 | 323.29 | 0.71 | 0.53 |
| Hex | DC | 32 | 9A | 0 | 4D | 1E | E | 143 | 47 | 35 |
| Octal | 334 | 62 | 232 | 0 | 115 | 36 | 16 | 503 | 107 | 65 |
| Binary | 11011100 | 110010 | 10011010 | 0 | 1001101 | 11110 | 1110 | 101000011 | 1000111 | 110101 |
Color Harmonies of #DC329A
Complementary color
Monochromatic Colors of #DC329A
Black with #DC329A
Text Example
Text Example
White with #DC329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC329A; }
p { color: rgb(220,50,154); }
H1.HeaderClassName
{
color: #DC329A;
}
.AnyTagClassName
{
color: #DC329A;
}
</style>
background-color css
<style>
a { background-color: #DC329A; }
a { background-color: rgb(220,50,154); }
div.DivClassName
{
background-color: #DC329A;
}
.BgClassName
{
background-color: #DC329A;
}
</style>
border-color css
<style>
span { border-color: #DC329A; }
span { border-color: rgb(220,50,154); }
td.TdClassName
{
border-color: #DC329A;
}
.TagClassName
{
border-color: #DC329A;
}
</style>