Shades of Deep Cerise #DC35A8
Tints of Deep Cerise #DC35A8
RGB
CMYK
RGB Variations
Color information
#DC35A8 (or 0xDC35A8) is known color: Deep Cerise. HEX triplet: DC, 35 and A8. RGB value is (220,53,168). Sum of RGB (Red+Green+Blue) = 220+53+168=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC35A8 is #23CA57. Grayscale: #737373. Windows color (decimal): -2345560 or 11023836. OLE color: 11023836.
HSL color Cylindrical-coordinate representation of color #DC35A8: hue angle of 318.68º 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 #DC35A8 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 168 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.14 |
| HSL | 318.68º | 0.7% | 0.54% | - |
| HSV(B) | 318.68º | 0.76% | 0.86% | - |
| XYZ | 37.86 | 20.59 | 39.02 | - |
| YUV | 116.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 168 | 0 | 0.76 | 0.24 | 0.14 | 318.68 | 0.7 | 0.54 |
| Hex | DC | 35 | A8 | 0 | 4C | 18 | E | 13F | 46 | 36 |
| Octal | 334 | 65 | 250 | 0 | 114 | 30 | 16 | 477 | 106 | 66 |
| Binary | 11011100 | 110101 | 10101000 | 0 | 1001100 | 11000 | 1110 | 100111111 | 1000110 | 110110 |
Color Harmonies of #DC35A8
Complementary color
Monochromatic Colors of #DC35A8
Black with #DC35A8
Text Example
Text Example
White with #DC35A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35A8; }
p { color: rgb(220,53,168); }
H1.HeaderClassName
{
color: #DC35A8;
}
.AnyTagClassName
{
color: #DC35A8;
}
</style>
background-color css
<style>
a { background-color: #DC35A8; }
a { background-color: rgb(220,53,168); }
div.DivClassName
{
background-color: #DC35A8;
}
.BgClassName
{
background-color: #DC35A8;
}
</style>
border-color css
<style>
span { border-color: #DC35A8; }
span { border-color: rgb(220,53,168); }
td.TdClassName
{
border-color: #DC35A8;
}
.TagClassName
{
border-color: #DC35A8;
}
</style>