Shades of Deep Cerise #DC32A2
Tints of Deep Cerise #DC32A2
RGB
CMYK
RGB Variations
Color information
#DC32A2 (or 0xDC32A2) is known color: Deep Cerise. HEX triplet: DC, 32 and A2. RGB value is (220,50,162). Sum of RGB (Red+Green+Blue) = 220+50+162=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32A2 is #23CD5D. Grayscale: #717171. Windows color (decimal): -2346334 or 10629852. OLE color: 10629852.
HSL color Cylindrical-coordinate representation of color #DC32A2: hue angle of 320.47º 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 #DC32A2 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 162 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.14 |
| HSL | 320.47º | 0.71% | 0.53% | - |
| HSV(B) | 320.47º | 0.77% | 0.86% | - |
| XYZ | 37.18 | 20.11 | 36.1 | - |
| YUV | 113.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 162 | 0 | 0.77 | 0.26 | 0.14 | 320.47 | 0.71 | 0.53 |
| Hex | DC | 32 | A2 | 0 | 4D | 1A | E | 140 | 47 | 35 |
| Octal | 334 | 62 | 242 | 0 | 115 | 32 | 16 | 500 | 107 | 65 |
| Binary | 11011100 | 110010 | 10100010 | 0 | 1001101 | 11010 | 1110 | 101000000 | 1000111 | 110101 |
Color Harmonies of #DC32A2
Complementary color
Monochromatic Colors of #DC32A2
Black with #DC32A2
Text Example
Text Example
White with #DC32A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32A2; }
p { color: rgb(220,50,162); }
H1.HeaderClassName
{
color: #DC32A2;
}
.AnyTagClassName
{
color: #DC32A2;
}
</style>
background-color css
<style>
a { background-color: #DC32A2; }
a { background-color: rgb(220,50,162); }
div.DivClassName
{
background-color: #DC32A2;
}
.BgClassName
{
background-color: #DC32A2;
}
</style>
border-color css
<style>
span { border-color: #DC32A2; }
span { border-color: rgb(220,50,162); }
td.TdClassName
{
border-color: #DC32A2;
}
.TagClassName
{
border-color: #DC32A2;
}
</style>