Shades of Deep Cerise #DC2976
Tints of Deep Cerise #DC2976
RGB
CMYK
RGB Variations
Color information
#DC2976 (or 0xDC2976) is known color: Deep Cerise. HEX triplet: DC, 29 and 76. RGB value is (220,41,118). Sum of RGB (Red+Green+Blue) = 220+41+118=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2976 is #23D689. Grayscale: #676767. Windows color (decimal): -2348682 or 7743964. OLE color: 7743964.
HSL color Cylindrical-coordinate representation of color #DC2976: hue angle of 334.19º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2976 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 118 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.14 |
| HSL | 334.19º | 0.72% | 0.51% | - |
| HSV(B) | 334.19º | 0.81% | 0.86% | - |
| XYZ | 33.58 | 18.11 | 18.87 | - |
| YUV | 103.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 118 | 0 | 0.81 | 0.46 | 0.14 | 334.19 | 0.72 | 0.51 |
| Hex | DC | 29 | 76 | 0 | 51 | 2E | E | 14E | 48 | 33 |
| Octal | 334 | 51 | 166 | 0 | 121 | 56 | 16 | 516 | 110 | 63 |
| Binary | 11011100 | 101001 | 1110110 | 0 | 1010001 | 101110 | 1110 | 101001110 | 1001000 | 110011 |
Color Harmonies of #DC2976
Complementary color
Monochromatic Colors of #DC2976
Black with #DC2976
Text Example
Text Example
White with #DC2976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2976; }
p { color: rgb(220,41,118); }
H1.HeaderClassName
{
color: #DC2976;
}
.AnyTagClassName
{
color: #DC2976;
}
</style>
background-color css
<style>
a { background-color: #DC2976; }
a { background-color: rgb(220,41,118); }
div.DivClassName
{
background-color: #DC2976;
}
.BgClassName
{
background-color: #DC2976;
}
</style>
border-color css
<style>
span { border-color: #DC2976; }
span { border-color: rgb(220,41,118); }
td.TdClassName
{
border-color: #DC2976;
}
.TagClassName
{
border-color: #DC2976;
}
</style>