Shades of Deep Cerise #DC3988
Tints of Deep Cerise #DC3988
RGB
CMYK
RGB Variations
Color information
#DC3988 (or 0xDC3988) is known color: Deep Cerise. HEX triplet: DC, 39 and 88. RGB value is (220,57,136). Sum of RGB (Red+Green+Blue) = 220+57+136=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3988 is #23C677. Grayscale: #727272. Windows color (decimal): -2344568 or 8927708. OLE color: 8927708.
HSL color Cylindrical-coordinate representation of color #DC3988: hue angle of 330.92º 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 #DC3988 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 136 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.14 |
| HSL | 330.92º | 0.7% | 0.54% | - |
| HSV(B) | 330.92º | 0.74% | 0.86% | - |
| XYZ | 35.42 | 19.92 | 25.27 | - |
| YUV | 114.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 136 | 0 | 0.74 | 0.38 | 0.14 | 330.92 | 0.7 | 0.54 |
| Hex | DC | 39 | 88 | 0 | 4A | 26 | E | 14B | 46 | 36 |
| Octal | 334 | 71 | 210 | 0 | 112 | 46 | 16 | 513 | 106 | 66 |
| Binary | 11011100 | 111001 | 10001000 | 0 | 1001010 | 100110 | 1110 | 101001011 | 1000110 | 110110 |
Color Harmonies of #DC3988
Complementary color
Monochromatic Colors of #DC3988
Black with #DC3988
Text Example
Text Example
White with #DC3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3988; }
p { color: rgb(220,57,136); }
H1.HeaderClassName
{
color: #DC3988;
}
.AnyTagClassName
{
color: #DC3988;
}
</style>
background-color css
<style>
a { background-color: #DC3988; }
a { background-color: rgb(220,57,136); }
div.DivClassName
{
background-color: #DC3988;
}
.BgClassName
{
background-color: #DC3988;
}
</style>
border-color css
<style>
span { border-color: #DC3988; }
span { border-color: rgb(220,57,136); }
td.TdClassName
{
border-color: #DC3988;
}
.TagClassName
{
border-color: #DC3988;
}
</style>