Shades of Deep Cerise #DC33A3
Tints of Deep Cerise #DC33A3
RGB
CMYK
RGB Variations
Color information
#DC33A3 (or 0xDC33A3) is known color: Deep Cerise. HEX triplet: DC, 33 and A3. RGB value is (220,51,163). Sum of RGB (Red+Green+Blue) = 220+51+163=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33A3 is #23CC5C. Grayscale: #727272. Windows color (decimal): -2346077 or 10695644. OLE color: 10695644.
HSL color Cylindrical-coordinate representation of color #DC33A3: hue angle of 320.24º 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 #DC33A3 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 163 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.14 |
| HSL | 320.24º | 0.71% | 0.53% | - |
| HSV(B) | 320.24º | 0.77% | 0.86% | - |
| XYZ | 37.31 | 20.23 | 36.59 | - |
| YUV | 114.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 163 | 0 | 0.77 | 0.26 | 0.14 | 320.24 | 0.71 | 0.53 |
| Hex | DC | 33 | A3 | 0 | 4D | 1A | E | 140 | 47 | 35 |
| Octal | 334 | 63 | 243 | 0 | 115 | 32 | 16 | 500 | 107 | 65 |
| Binary | 11011100 | 110011 | 10100011 | 0 | 1001101 | 11010 | 1110 | 101000000 | 1000111 | 110101 |
Color Harmonies of #DC33A3
Complementary color
Monochromatic Colors of #DC33A3
Black with #DC33A3
Text Example
Text Example
White with #DC33A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33A3; }
p { color: rgb(220,51,163); }
H1.HeaderClassName
{
color: #DC33A3;
}
.AnyTagClassName
{
color: #DC33A3;
}
</style>
background-color css
<style>
a { background-color: #DC33A3; }
a { background-color: rgb(220,51,163); }
div.DivClassName
{
background-color: #DC33A3;
}
.BgClassName
{
background-color: #DC33A3;
}
</style>
border-color css
<style>
span { border-color: #DC33A3; }
span { border-color: rgb(220,51,163); }
td.TdClassName
{
border-color: #DC33A3;
}
.TagClassName
{
border-color: #DC33A3;
}
</style>