Shades of Deep Cerise #DC3176
Tints of Deep Cerise #DC3176
RGB
CMYK
RGB Variations
Color information
#DC3176 (or 0xDC3176) is known color: Deep Cerise. HEX triplet: DC, 31 and 76. RGB value is (220,49,118). Sum of RGB (Red+Green+Blue) = 220+49+118=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3176 is #23CE89. Grayscale: #6B6B6B. Windows color (decimal): -2346634 or 7746012. OLE color: 7746012.
HSL color Cylindrical-coordinate representation of color #DC3176: hue angle of 335.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3176 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 118 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.14 |
| HSL | 335.79º | 0.71% | 0.53% | - |
| HSV(B) | 335.79º | 0.78% | 0.86% | - |
| XYZ | 33.88 | 18.72 | 18.97 | - |
| YUV | 108 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 118 | 0 | 0.78 | 0.46 | 0.14 | 335.79 | 0.71 | 0.53 |
| Hex | DC | 31 | 76 | 0 | 4E | 2E | E | 150 | 47 | 35 |
| Octal | 334 | 61 | 166 | 0 | 116 | 56 | 16 | 520 | 107 | 65 |
| Binary | 11011100 | 110001 | 1110110 | 0 | 1001110 | 101110 | 1110 | 101010000 | 1000111 | 110101 |
Color Harmonies of #DC3176
Complementary color
Monochromatic Colors of #DC3176
Black with #DC3176
Text Example
Text Example
White with #DC3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3176; }
p { color: rgb(220,49,118); }
H1.HeaderClassName
{
color: #DC3176;
}
.AnyTagClassName
{
color: #DC3176;
}
</style>
background-color css
<style>
a { background-color: #DC3176; }
a { background-color: rgb(220,49,118); }
div.DivClassName
{
background-color: #DC3176;
}
.BgClassName
{
background-color: #DC3176;
}
</style>
border-color css
<style>
span { border-color: #DC3176; }
span { border-color: rgb(220,49,118); }
td.TdClassName
{
border-color: #DC3176;
}
.TagClassName
{
border-color: #DC3176;
}
</style>