Shades of Deep Cerise #DC33A2
Tints of Deep Cerise #DC33A2
RGB
CMYK
RGB Variations
Color information
#DC33A2 (or 0xDC33A2) is known color: Deep Cerise. HEX triplet: DC, 33 and A2. RGB value is (220,51,162). Sum of RGB (Red+Green+Blue) = 220+51+162=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33A2 is #23CC5D. Grayscale: #717171. Windows color (decimal): -2346078 or 10630108. OLE color: 10630108.
HSL color Cylindrical-coordinate representation of color #DC33A2: hue angle of 320.59º 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 #DC33A2 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 162 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.14 |
| HSL | 320.59º | 0.71% | 0.53% | - |
| HSV(B) | 320.59º | 0.77% | 0.86% | - |
| XYZ | 37.22 | 20.19 | 36.12 | - |
| YUV | 114.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 162 | 0 | 0.77 | 0.26 | 0.14 | 320.59 | 0.71 | 0.53 |
| Hex | DC | 33 | A2 | 0 | 4D | 1A | E | 141 | 47 | 35 |
| Octal | 334 | 63 | 242 | 0 | 115 | 32 | 16 | 501 | 107 | 65 |
| Binary | 11011100 | 110011 | 10100010 | 0 | 1001101 | 11010 | 1110 | 101000001 | 1000111 | 110101 |
Color Harmonies of #DC33A2
Complementary color
Monochromatic Colors of #DC33A2
Black with #DC33A2
Text Example
Text Example
White with #DC33A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33A2; }
p { color: rgb(220,51,162); }
H1.HeaderClassName
{
color: #DC33A2;
}
.AnyTagClassName
{
color: #DC33A2;
}
</style>
background-color css
<style>
a { background-color: #DC33A2; }
a { background-color: rgb(220,51,162); }
div.DivClassName
{
background-color: #DC33A2;
}
.BgClassName
{
background-color: #DC33A2;
}
</style>
border-color css
<style>
span { border-color: #DC33A2; }
span { border-color: rgb(220,51,162); }
td.TdClassName
{
border-color: #DC33A2;
}
.TagClassName
{
border-color: #DC33A2;
}
</style>