Shades of Deep Cerise #DC3981
Tints of Deep Cerise #DC3981
RGB
CMYK
RGB Variations
Color information
#DC3981 (or 0xDC3981) is known color: Deep Cerise. HEX triplet: DC, 39 and 81. RGB value is (220,57,129). Sum of RGB (Red+Green+Blue) = 220+57+129=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3981 is #23C67E. Grayscale: #717171. Windows color (decimal): -2344575 or 8468956. OLE color: 8468956.
HSL color Cylindrical-coordinate representation of color #DC3981: hue angle of 333.5º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3981 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 129 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.14 |
| HSL | 333.5º | 0.7% | 0.54% | - |
| HSV(B) | 333.5º | 0.74% | 0.86% | - |
| XYZ | 34.94 | 19.73 | 22.73 | - |
| YUV | 113.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 129 | 0 | 0.74 | 0.41 | 0.14 | 333.5 | 0.7 | 0.54 |
| Hex | DC | 39 | 81 | 0 | 4A | 29 | E | 14D | 46 | 36 |
| Octal | 334 | 71 | 201 | 0 | 112 | 51 | 16 | 515 | 106 | 66 |
| Binary | 11011100 | 111001 | 10000001 | 0 | 1001010 | 101001 | 1110 | 101001101 | 1000110 | 110110 |
Color Harmonies of #DC3981
Complementary color
Monochromatic Colors of #DC3981
Black with #DC3981
Text Example
Text Example
White with #DC3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3981; }
p { color: rgb(220,57,129); }
H1.HeaderClassName
{
color: #DC3981;
}
.AnyTagClassName
{
color: #DC3981;
}
</style>
background-color css
<style>
a { background-color: #DC3981; }
a { background-color: rgb(220,57,129); }
div.DivClassName
{
background-color: #DC3981;
}
.BgClassName
{
background-color: #DC3981;
}
</style>
border-color css
<style>
span { border-color: #DC3981; }
span { border-color: rgb(220,57,129); }
td.TdClassName
{
border-color: #DC3981;
}
.TagClassName
{
border-color: #DC3981;
}
</style>