Shades of Deep Cerise #DC2876
Tints of Deep Cerise #DC2876
RGB
CMYK
RGB Variations
Color information
#DC2876 (or 0xDC2876) is known color: Deep Cerise. HEX triplet: DC, 28 and 76. RGB value is (220,40,118). Sum of RGB (Red+Green+Blue) = 220+40+118=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2876 is #23D789. Grayscale: #666666. Windows color (decimal): -2348938 or 7743708. OLE color: 7743708.
HSL color Cylindrical-coordinate representation of color #DC2876: hue angle of 334º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2876 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 118 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.14 |
| HSL | 334º | 0.72% | 0.51% | - |
| HSV(B) | 334º | 0.82% | 0.86% | - |
| XYZ | 33.54 | 18.04 | 18.85 | - |
| YUV | 102.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 118 | 0 | 0.82 | 0.46 | 0.14 | 334 | 0.72 | 0.51 |
| Hex | DC | 28 | 76 | 0 | 52 | 2E | E | 14E | 48 | 33 |
| Octal | 334 | 50 | 166 | 0 | 122 | 56 | 16 | 516 | 110 | 63 |
| Binary | 11011100 | 101000 | 1110110 | 0 | 1010010 | 101110 | 1110 | 101001110 | 1001000 | 110011 |
Color Harmonies of #DC2876
Complementary color
Monochromatic Colors of #DC2876
Black with #DC2876
Text Example
Text Example
White with #DC2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2876; }
p { color: rgb(220,40,118); }
H1.HeaderClassName
{
color: #DC2876;
}
.AnyTagClassName
{
color: #DC2876;
}
</style>
background-color css
<style>
a { background-color: #DC2876; }
a { background-color: rgb(220,40,118); }
div.DivClassName
{
background-color: #DC2876;
}
.BgClassName
{
background-color: #DC2876;
}
</style>
border-color css
<style>
span { border-color: #DC2876; }
span { border-color: rgb(220,40,118); }
td.TdClassName
{
border-color: #DC2876;
}
.TagClassName
{
border-color: #DC2876;
}
</style>