Shades of Deep Cerise #DC3593
Tints of Deep Cerise #DC3593
RGB
CMYK
RGB Variations
Color information
#DC3593 (or 0xDC3593) is known color: Deep Cerise. HEX triplet: DC, 35 and 93. RGB value is (220,53,147). Sum of RGB (Red+Green+Blue) = 220+53+147=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3593 is #23CA6C. Grayscale: #717171. Windows color (decimal): -2345581 or 9647580. OLE color: 9647580.
HSL color Cylindrical-coordinate representation of color #DC3593: hue angle of 326.23º 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 #DC3593 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 147 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.14 |
| HSL | 326.23º | 0.7% | 0.54% | - |
| HSV(B) | 326.23º | 0.76% | 0.86% | - |
| XYZ | 36.05 | 19.87 | 29.54 | - |
| YUV | 113.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 147 | 0 | 0.76 | 0.33 | 0.14 | 326.23 | 0.7 | 0.54 |
| Hex | DC | 35 | 93 | 0 | 4C | 21 | E | 146 | 46 | 36 |
| Octal | 334 | 65 | 223 | 0 | 114 | 41 | 16 | 506 | 106 | 66 |
| Binary | 11011100 | 110101 | 10010011 | 0 | 1001100 | 100001 | 1110 | 101000110 | 1000110 | 110110 |
Color Harmonies of #DC3593
Complementary color
Monochromatic Colors of #DC3593
Black with #DC3593
Text Example
Text Example
White with #DC3593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3593; }
p { color: rgb(220,53,147); }
H1.HeaderClassName
{
color: #DC3593;
}
.AnyTagClassName
{
color: #DC3593;
}
</style>
background-color css
<style>
a { background-color: #DC3593; }
a { background-color: rgb(220,53,147); }
div.DivClassName
{
background-color: #DC3593;
}
.BgClassName
{
background-color: #DC3593;
}
</style>
border-color css
<style>
span { border-color: #DC3593; }
span { border-color: rgb(220,53,147); }
td.TdClassName
{
border-color: #DC3593;
}
.TagClassName
{
border-color: #DC3593;
}
</style>