Shades of Deep Cerise #DC3581
Tints of Deep Cerise #DC3581
RGB
CMYK
RGB Variations
Color information
#DC3581 (or 0xDC3581) is known color: Deep Cerise. HEX triplet: DC, 35 and 81. RGB value is (220,53,129). Sum of RGB (Red+Green+Blue) = 220+53+129=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3581 is #23CA7E. Grayscale: #6F6F6F. Windows color (decimal): -2345599 or 8467932. OLE color: 8467932.
HSL color Cylindrical-coordinate representation of color #DC3581: hue angle of 332.69º 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 #DC3581 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 129 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.14 |
| HSL | 332.69º | 0.7% | 0.54% | - |
| HSV(B) | 332.69º | 0.76% | 0.86% | - |
| XYZ | 34.75 | 19.35 | 22.67 | - |
| YUV | 111.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 129 | 0 | 0.76 | 0.41 | 0.14 | 332.69 | 0.7 | 0.54 |
| Hex | DC | 35 | 81 | 0 | 4C | 29 | E | 14D | 46 | 36 |
| Octal | 334 | 65 | 201 | 0 | 114 | 51 | 16 | 515 | 106 | 66 |
| Binary | 11011100 | 110101 | 10000001 | 0 | 1001100 | 101001 | 1110 | 101001101 | 1000110 | 110110 |
Color Harmonies of #DC3581
Complementary color
Monochromatic Colors of #DC3581
Black with #DC3581
Text Example
Text Example
White with #DC3581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3581; }
p { color: rgb(220,53,129); }
H1.HeaderClassName
{
color: #DC3581;
}
.AnyTagClassName
{
color: #DC3581;
}
</style>
background-color css
<style>
a { background-color: #DC3581; }
a { background-color: rgb(220,53,129); }
div.DivClassName
{
background-color: #DC3581;
}
.BgClassName
{
background-color: #DC3581;
}
</style>
border-color css
<style>
span { border-color: #DC3581; }
span { border-color: rgb(220,53,129); }
td.TdClassName
{
border-color: #DC3581;
}
.TagClassName
{
border-color: #DC3581;
}
</style>