Shades of Deep Cerise #DC35AA
Tints of Deep Cerise #DC35AA
RGB
CMYK
RGB Variations
Color information
#DC35AA (or 0xDC35AA) is known color: Deep Cerise. HEX triplet: DC, 35 and AA. RGB value is (220,53,170). Sum of RGB (Red+Green+Blue) = 220+53+170=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC35AA is #23CA55. Grayscale: #737373. Windows color (decimal): -2345558 or 11154908. OLE color: 11154908.
HSL color Cylindrical-coordinate representation of color #DC35AA: hue angle of 317.96º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC35AA is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 170 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.14 |
| HSL | 317.96º | 0.7% | 0.54% | - |
| HSV(B) | 317.96º | 0.76% | 0.86% | - |
| XYZ | 38.04 | 20.66 | 40.01 | - |
| YUV | 116.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 170 | 0 | 0.76 | 0.23 | 0.14 | 317.96 | 0.7 | 0.54 |
| Hex | DC | 35 | AA | 0 | 4C | 17 | E | 13E | 46 | 36 |
| Octal | 334 | 65 | 252 | 0 | 114 | 27 | 16 | 476 | 106 | 66 |
| Binary | 11011100 | 110101 | 10101010 | 0 | 1001100 | 10111 | 1110 | 100111110 | 1000110 | 110110 |
Color Harmonies of #DC35AA
Complementary color
Monochromatic Colors of #DC35AA
Black with #DC35AA
Text Example
Text Example
White with #DC35AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35AA; }
p { color: rgb(220,53,170); }
H1.HeaderClassName
{
color: #DC35AA;
}
.AnyTagClassName
{
color: #DC35AA;
}
</style>
background-color css
<style>
a { background-color: #DC35AA; }
a { background-color: rgb(220,53,170); }
div.DivClassName
{
background-color: #DC35AA;
}
.BgClassName
{
background-color: #DC35AA;
}
</style>
border-color css
<style>
span { border-color: #DC35AA; }
span { border-color: rgb(220,53,170); }
td.TdClassName
{
border-color: #DC35AA;
}
.TagClassName
{
border-color: #DC35AA;
}
</style>