Shades of Deep Cerise #DC33A0
Tints of Deep Cerise #DC33A0
RGB
CMYK
RGB Variations
Color information
#DC33A0 (or 0xDC33A0) is known color: Deep Cerise. HEX triplet: DC, 33 and A0. RGB value is (220,51,160). Sum of RGB (Red+Green+Blue) = 220+51+160=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33A0 is #23CC5F. Grayscale: #717171. Windows color (decimal): -2346080 or 10499036. OLE color: 10499036.
HSL color Cylindrical-coordinate representation of color #DC33A0: hue angle of 321.3º 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 #DC33A0 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 160 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.14 |
| HSL | 321.3º | 0.71% | 0.53% | - |
| HSV(B) | 321.3º | 0.77% | 0.86% | - |
| XYZ | 37.04 | 20.12 | 35.19 | - |
| YUV | 113.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 160 | 0 | 0.77 | 0.27 | 0.14 | 321.3 | 0.71 | 0.53 |
| Hex | DC | 33 | A0 | 0 | 4D | 1B | E | 141 | 47 | 35 |
| Octal | 334 | 63 | 240 | 0 | 115 | 33 | 16 | 501 | 107 | 65 |
| Binary | 11011100 | 110011 | 10100000 | 0 | 1001101 | 11011 | 1110 | 101000001 | 1000111 | 110101 |
Color Harmonies of #DC33A0
Complementary color
Monochromatic Colors of #DC33A0
Black with #DC33A0
Text Example
Text Example
White with #DC33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33A0; }
p { color: rgb(220,51,160); }
H1.HeaderClassName
{
color: #DC33A0;
}
.AnyTagClassName
{
color: #DC33A0;
}
</style>
background-color css
<style>
a { background-color: #DC33A0; }
a { background-color: rgb(220,51,160); }
div.DivClassName
{
background-color: #DC33A0;
}
.BgClassName
{
background-color: #DC33A0;
}
</style>
border-color css
<style>
span { border-color: #DC33A0; }
span { border-color: rgb(220,51,160); }
td.TdClassName
{
border-color: #DC33A0;
}
.TagClassName
{
border-color: #DC33A0;
}
</style>