Shades of Deep Cerise #DC3976
Tints of Deep Cerise #DC3976
RGB
CMYK
RGB Variations
Color information
#DC3976 (or 0xDC3976) is known color: Deep Cerise. HEX triplet: DC, 39 and 76. RGB value is (220,57,118). Sum of RGB (Red+Green+Blue) = 220+57+118=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3976 is #23C689. Grayscale: #707070. Windows color (decimal): -2344586 or 7748060. OLE color: 7748060.
HSL color Cylindrical-coordinate representation of color #DC3976: hue angle of 337.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 #DC3976 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 118 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.14 |
| HSL | 337.55º | 0.7% | 0.54% | - |
| HSV(B) | 337.55º | 0.74% | 0.86% | - |
| XYZ | 34.25 | 19.45 | 19.09 | - |
| YUV | 112.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 118 | 0 | 0.74 | 0.46 | 0.14 | 337.55 | 0.7 | 0.54 |
| Hex | DC | 39 | 76 | 0 | 4A | 2E | E | 152 | 46 | 36 |
| Octal | 334 | 71 | 166 | 0 | 112 | 56 | 16 | 522 | 106 | 66 |
| Binary | 11011100 | 111001 | 1110110 | 0 | 1001010 | 101110 | 1110 | 101010010 | 1000110 | 110110 |
Color Harmonies of #DC3976
Complementary color
Monochromatic Colors of #DC3976
Black with #DC3976
Text Example
Text Example
White with #DC3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3976; }
p { color: rgb(220,57,118); }
H1.HeaderClassName
{
color: #DC3976;
}
.AnyTagClassName
{
color: #DC3976;
}
</style>
background-color css
<style>
a { background-color: #DC3976; }
a { background-color: rgb(220,57,118); }
div.DivClassName
{
background-color: #DC3976;
}
.BgClassName
{
background-color: #DC3976;
}
</style>
border-color css
<style>
span { border-color: #DC3976; }
span { border-color: rgb(220,57,118); }
td.TdClassName
{
border-color: #DC3976;
}
.TagClassName
{
border-color: #DC3976;
}
</style>