Shades of Deep Cerise #DC2077
Tints of Deep Cerise #DC2077
RGB
CMYK
RGB Variations
Color information
#DC2077 (or 0xDC2077) is known color: Deep Cerise. HEX triplet: DC, 20 and 77. RGB value is (220,32,119). Sum of RGB (Red+Green+Blue) = 220+32+119=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2077 is #23DF88. Grayscale: #616161. Windows color (decimal): -2350985 or 7807196. OLE color: 7807196.
HSL color Cylindrical-coordinate representation of color #DC2077: hue angle of 332.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2077 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 119 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.14 |
| HSL | 332.23º | 0.75% | 0.49% | - |
| HSV(B) | 332.23º | 0.85% | 0.86% | - |
| XYZ | 33.36 | 17.58 | 19.09 | - |
| YUV | 98.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 119 | 0 | 0.85 | 0.46 | 0.14 | 332.23 | 0.75 | 0.49 |
| Hex | DC | 20 | 77 | 0 | 55 | 2E | E | 14C | 4B | 31 |
| Octal | 334 | 40 | 167 | 0 | 125 | 56 | 16 | 514 | 113 | 61 |
| Binary | 11011100 | 100000 | 1110111 | 0 | 1010101 | 101110 | 1110 | 101001100 | 1001011 | 110001 |
Color Harmonies of #DC2077
Complementary color
Monochromatic Colors of #DC2077
Black with #DC2077
Text Example
Text Example
White with #DC2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2077; }
p { color: rgb(220,32,119); }
H1.HeaderClassName
{
color: #DC2077;
}
.AnyTagClassName
{
color: #DC2077;
}
</style>
background-color css
<style>
a { background-color: #DC2077; }
a { background-color: rgb(220,32,119); }
div.DivClassName
{
background-color: #DC2077;
}
.BgClassName
{
background-color: #DC2077;
}
</style>
border-color css
<style>
span { border-color: #DC2077; }
span { border-color: rgb(220,32,119); }
td.TdClassName
{
border-color: #DC2077;
}
.TagClassName
{
border-color: #DC2077;
}
</style>