Shades of Deep Cerise #DC2C76
Tints of Deep Cerise #DC2C76
RGB
CMYK
RGB Variations
Color information
#DC2C76 (or 0xDC2C76) is known color: Deep Cerise. HEX triplet: DC, 2C and 76. RGB value is (220,44,118). Sum of RGB (Red+Green+Blue) = 220+44+118=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C76 is #23D389. Grayscale: #686868. Windows color (decimal): -2347914 or 7744732. OLE color: 7744732.
HSL color Cylindrical-coordinate representation of color #DC2C76: hue angle of 334.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C76 is Cyan = 0, Magento = 0.8, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 118 | - |
| CMYK | 0 | 0.8 | 0.46 | 0.14 |
| HSL | 334.77º | 0.72% | 0.52% | - |
| HSV(B) | 334.77º | 0.8% | 0.86% | - |
| XYZ | 33.69 | 18.33 | 18.9 | - |
| YUV | 105.06 | 135.31 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 118 | 0 | 0.8 | 0.46 | 0.14 | 334.77 | 0.72 | 0.52 |
| Hex | DC | 2C | 76 | 0 | 50 | 2E | E | 14F | 48 | 34 |
| Octal | 334 | 54 | 166 | 0 | 120 | 56 | 16 | 517 | 110 | 64 |
| Binary | 11011100 | 101100 | 1110110 | 0 | 1010000 | 101110 | 1110 | 101001111 | 1001000 | 110100 |
Color Harmonies of #DC2C76
Complementary color
Monochromatic Colors of #DC2C76
Black with #DC2C76
Text Example
Text Example
White with #DC2C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C76; }
p { color: rgb(220,44,118); }
H1.HeaderClassName
{
color: #DC2C76;
}
.AnyTagClassName
{
color: #DC2C76;
}
</style>
background-color css
<style>
a { background-color: #DC2C76; }
a { background-color: rgb(220,44,118); }
div.DivClassName
{
background-color: #DC2C76;
}
.BgClassName
{
background-color: #DC2C76;
}
</style>
border-color css
<style>
span { border-color: #DC2C76; }
span { border-color: rgb(220,44,118); }
td.TdClassName
{
border-color: #DC2C76;
}
.TagClassName
{
border-color: #DC2C76;
}
</style>