Shades of Deep Cerise #DC3989
Tints of Deep Cerise #DC3989
RGB
CMYK
RGB Variations
Color information
#DC3989 (or 0xDC3989) is known color: Deep Cerise. HEX triplet: DC, 39 and 89. RGB value is (220,57,137). Sum of RGB (Red+Green+Blue) = 220+57+137=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3989 is #23C676. Grayscale: #727272. Windows color (decimal): -2344567 or 8993244. OLE color: 8993244.
HSL color Cylindrical-coordinate representation of color #DC3989: hue angle of 330.55º 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 #DC3989 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 137 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.14 |
| HSL | 330.55º | 0.7% | 0.54% | - |
| HSV(B) | 330.55º | 0.74% | 0.86% | - |
| XYZ | 35.49 | 19.95 | 25.65 | - |
| YUV | 114.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 137 | 0 | 0.74 | 0.38 | 0.14 | 330.55 | 0.7 | 0.54 |
| Hex | DC | 39 | 89 | 0 | 4A | 26 | E | 14B | 46 | 36 |
| Octal | 334 | 71 | 211 | 0 | 112 | 46 | 16 | 513 | 106 | 66 |
| Binary | 11011100 | 111001 | 10001001 | 0 | 1001010 | 100110 | 1110 | 101001011 | 1000110 | 110110 |
Color Harmonies of #DC3989
Complementary color
Monochromatic Colors of #DC3989
Black with #DC3989
Text Example
Text Example
White with #DC3989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3989; }
p { color: rgb(220,57,137); }
H1.HeaderClassName
{
color: #DC3989;
}
.AnyTagClassName
{
color: #DC3989;
}
</style>
background-color css
<style>
a { background-color: #DC3989; }
a { background-color: rgb(220,57,137); }
div.DivClassName
{
background-color: #DC3989;
}
.BgClassName
{
background-color: #DC3989;
}
</style>
border-color css
<style>
span { border-color: #DC3989; }
span { border-color: rgb(220,57,137); }
td.TdClassName
{
border-color: #DC3989;
}
.TagClassName
{
border-color: #DC3989;
}
</style>