Shades of Deep Cerise #DC3582
Tints of Deep Cerise #DC3582
RGB
CMYK
RGB Variations
Color information
#DC3582 (or 0xDC3582) is known color: Deep Cerise. HEX triplet: DC, 35 and 82. RGB value is (220,53,130). Sum of RGB (Red+Green+Blue) = 220+53+130=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3582 is #23CA7D. Grayscale: #6F6F6F. Windows color (decimal): -2345598 or 8533468. OLE color: 8533468.
HSL color Cylindrical-coordinate representation of color #DC3582: hue angle of 332.34º 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 #DC3582 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 130 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.14 |
| HSL | 332.34º | 0.7% | 0.54% | - |
| HSV(B) | 332.34º | 0.76% | 0.86% | - |
| XYZ | 34.82 | 19.37 | 23.02 | - |
| YUV | 111.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 130 | 0 | 0.76 | 0.41 | 0.14 | 332.34 | 0.7 | 0.54 |
| Hex | DC | 35 | 82 | 0 | 4C | 29 | E | 14C | 46 | 36 |
| Octal | 334 | 65 | 202 | 0 | 114 | 51 | 16 | 514 | 106 | 66 |
| Binary | 11011100 | 110101 | 10000010 | 0 | 1001100 | 101001 | 1110 | 101001100 | 1000110 | 110110 |
Color Harmonies of #DC3582
Complementary color
Monochromatic Colors of #DC3582
Black with #DC3582
Text Example
Text Example
White with #DC3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3582; }
p { color: rgb(220,53,130); }
H1.HeaderClassName
{
color: #DC3582;
}
.AnyTagClassName
{
color: #DC3582;
}
</style>
background-color css
<style>
a { background-color: #DC3582; }
a { background-color: rgb(220,53,130); }
div.DivClassName
{
background-color: #DC3582;
}
.BgClassName
{
background-color: #DC3582;
}
</style>
border-color css
<style>
span { border-color: #DC3582; }
span { border-color: rgb(220,53,130); }
td.TdClassName
{
border-color: #DC3582;
}
.TagClassName
{
border-color: #DC3582;
}
</style>