Shades of Deep Cerise #DC2176
Tints of Deep Cerise #DC2176
RGB
CMYK
RGB Variations
Color information
#DC2176 (or 0xDC2176) is known color: Deep Cerise. HEX triplet: DC, 21 and 76. RGB value is (220,33,118). Sum of RGB (Red+Green+Blue) = 220+33+118=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2176 is #23DE89. Grayscale: #626262. Windows color (decimal): -2350730 or 7741916. OLE color: 7741916.
HSL color Cylindrical-coordinate representation of color #DC2176: hue angle of 332.73º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2176 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 118 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.14 |
| HSL | 332.73º | 0.74% | 0.5% | - |
| HSV(B) | 332.73º | 0.85% | 0.86% | - |
| XYZ | 33.33 | 17.61 | 18.78 | - |
| YUV | 98.6 | 138.95 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 118 | 0 | 0.85 | 0.46 | 0.14 | 332.73 | 0.74 | 0.5 |
| Hex | DC | 21 | 76 | 0 | 55 | 2E | E | 14D | 4A | 32 |
| Octal | 334 | 41 | 166 | 0 | 125 | 56 | 16 | 515 | 112 | 62 |
| Binary | 11011100 | 100001 | 1110110 | 0 | 1010101 | 101110 | 1110 | 101001101 | 1001010 | 110010 |
Color Harmonies of #DC2176
Complementary color
Monochromatic Colors of #DC2176
Black with #DC2176
Text Example
Text Example
White with #DC2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2176; }
p { color: rgb(220,33,118); }
H1.HeaderClassName
{
color: #DC2176;
}
.AnyTagClassName
{
color: #DC2176;
}
</style>
background-color css
<style>
a { background-color: #DC2176; }
a { background-color: rgb(220,33,118); }
div.DivClassName
{
background-color: #DC2176;
}
.BgClassName
{
background-color: #DC2176;
}
</style>
border-color css
<style>
span { border-color: #DC2176; }
span { border-color: rgb(220,33,118); }
td.TdClassName
{
border-color: #DC2176;
}
.TagClassName
{
border-color: #DC2176;
}
</style>