Shades of Deep Cerise #DC3995
Tints of Deep Cerise #DC3995
RGB
CMYK
RGB Variations
Color information
#DC3995 (or 0xDC3995) is known color: Deep Cerise. HEX triplet: DC, 39 and 95. RGB value is (220,57,149). Sum of RGB (Red+Green+Blue) = 220+57+149=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3995 is #23C66A. Grayscale: #747474. Windows color (decimal): -2344555 or 9779676. OLE color: 9779676.
HSL color Cylindrical-coordinate representation of color #DC3995: hue angle of 326.13º 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 #DC3995 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 149 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.14 |
| HSL | 326.14º | 0.7% | 0.54% | - |
| HSV(B) | 326.14º | 0.74% | 0.86% | - |
| XYZ | 36.4 | 20.31 | 30.44 | - |
| YUV | 116.23 | 146.5 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 149 | 0 | 0.74 | 0.32 | 0.14 | 326.14 | 0.7 | 0.54 |
| Hex | DC | 39 | 95 | 0 | 4A | 20 | E | 146 | 46 | 36 |
| Octal | 334 | 71 | 225 | 0 | 112 | 40 | 16 | 506 | 106 | 66 |
| Binary | 11011100 | 111001 | 10010101 | 0 | 1001010 | 100000 | 1110 | 101000110 | 1000110 | 110110 |
Color Harmonies of #DC3995
Complementary color
Monochromatic Colors of #DC3995
Black with #DC3995
Text Example
Text Example
White with #DC3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3995; }
p { color: rgb(220,57,149); }
H1.HeaderClassName
{
color: #DC3995;
}
.AnyTagClassName
{
color: #DC3995;
}
</style>
background-color css
<style>
a { background-color: #DC3995; }
a { background-color: rgb(220,57,149); }
div.DivClassName
{
background-color: #DC3995;
}
.BgClassName
{
background-color: #DC3995;
}
</style>
border-color css
<style>
span { border-color: #DC3995; }
span { border-color: rgb(220,57,149); }
td.TdClassName
{
border-color: #DC3995;
}
.TagClassName
{
border-color: #DC3995;
}
</style>