Shades of Deep Cerise #DC35A1
Tints of Deep Cerise #DC35A1
RGB
CMYK
RGB Variations
Color information
#DC35A1 (or 0xDC35A1) is known color: Deep Cerise. HEX triplet: DC, 35 and A1. RGB value is (220,53,161). Sum of RGB (Red+Green+Blue) = 220+53+161=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC35A1 is #23CA5E. Grayscale: #727272. Windows color (decimal): -2345567 or 10565084. OLE color: 10565084.
HSL color Cylindrical-coordinate representation of color #DC35A1: hue angle of 321.2º 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 #DC35A1 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 161 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.14 |
| HSL | 321.2º | 0.7% | 0.54% | - |
| HSV(B) | 321.2º | 0.76% | 0.86% | - |
| XYZ | 37.22 | 20.34 | 35.68 | - |
| YUV | 115.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 161 | 0 | 0.76 | 0.27 | 0.14 | 321.2 | 0.7 | 0.54 |
| Hex | DC | 35 | A1 | 0 | 4C | 1B | E | 141 | 46 | 36 |
| Octal | 334 | 65 | 241 | 0 | 114 | 33 | 16 | 501 | 106 | 66 |
| Binary | 11011100 | 110101 | 10100001 | 0 | 1001100 | 11011 | 1110 | 101000001 | 1000110 | 110110 |
Color Harmonies of #DC35A1
Complementary color
Monochromatic Colors of #DC35A1
Black with #DC35A1
Text Example
Text Example
White with #DC35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35A1; }
p { color: rgb(220,53,161); }
H1.HeaderClassName
{
color: #DC35A1;
}
.AnyTagClassName
{
color: #DC35A1;
}
</style>
background-color css
<style>
a { background-color: #DC35A1; }
a { background-color: rgb(220,53,161); }
div.DivClassName
{
background-color: #DC35A1;
}
.BgClassName
{
background-color: #DC35A1;
}
</style>
border-color css
<style>
span { border-color: #DC35A1; }
span { border-color: rgb(220,53,161); }
td.TdClassName
{
border-color: #DC35A1;
}
.TagClassName
{
border-color: #DC35A1;
}
</style>