Shades of Deep Cerise #DC32A4
Tints of Deep Cerise #DC32A4
RGB
CMYK
RGB Variations
Color information
#DC32A4 (or 0xDC32A4) is known color: Deep Cerise. HEX triplet: DC, 32 and A4. RGB value is (220,50,164). Sum of RGB (Red+Green+Blue) = 220+50+164=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32A4 is #23CD5B. Grayscale: #717171. Windows color (decimal): -2346332 or 10760924. OLE color: 10760924.
HSL color Cylindrical-coordinate representation of color #DC32A4: hue angle of 319.76º 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 #DC32A4 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 164 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.14 |
| HSL | 319.76º | 0.71% | 0.53% | - |
| HSV(B) | 319.76º | 0.77% | 0.86% | - |
| XYZ | 37.36 | 20.18 | 37.05 | - |
| YUV | 113.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 164 | 0 | 0.77 | 0.25 | 0.14 | 319.76 | 0.71 | 0.53 |
| Hex | DC | 32 | A4 | 0 | 4D | 19 | E | 140 | 47 | 35 |
| Octal | 334 | 62 | 244 | 0 | 115 | 31 | 16 | 500 | 107 | 65 |
| Binary | 11011100 | 110010 | 10100100 | 0 | 1001101 | 11001 | 1110 | 101000000 | 1000111 | 110101 |
Color Harmonies of #DC32A4
Complementary color
Monochromatic Colors of #DC32A4
Black with #DC32A4
Text Example
Text Example
White with #DC32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32A4; }
p { color: rgb(220,50,164); }
H1.HeaderClassName
{
color: #DC32A4;
}
.AnyTagClassName
{
color: #DC32A4;
}
</style>
background-color css
<style>
a { background-color: #DC32A4; }
a { background-color: rgb(220,50,164); }
div.DivClassName
{
background-color: #DC32A4;
}
.BgClassName
{
background-color: #DC32A4;
}
</style>
border-color css
<style>
span { border-color: #DC32A4; }
span { border-color: rgb(220,50,164); }
td.TdClassName
{
border-color: #DC32A4;
}
.TagClassName
{
border-color: #DC32A4;
}
</style>