Shades of Deep Cerise #DC2079
Tints of Deep Cerise #DC2079
RGB
CMYK
RGB Variations
Color information
#DC2079 (or 0xDC2079) is known color: Deep Cerise. HEX triplet: DC, 20 and 79. RGB value is (220,32,121). Sum of RGB (Red+Green+Blue) = 220+32+121=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2079 is #23DF86. Grayscale: #626262. Windows color (decimal): -2350983 or 7938268. OLE color: 7938268.
HSL color Cylindrical-coordinate representation of color #DC2079: hue angle of 331.6º 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 #DC2079 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 121 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.14 |
| HSL | 331.6º | 0.75% | 0.49% | - |
| HSV(B) | 331.6º | 0.85% | 0.86% | - |
| XYZ | 33.48 | 17.63 | 19.73 | - |
| YUV | 98.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 121 | 0 | 0.85 | 0.45 | 0.14 | 331.6 | 0.75 | 0.49 |
| Hex | DC | 20 | 79 | 0 | 55 | 2D | E | 14C | 4B | 31 |
| Octal | 334 | 40 | 171 | 0 | 125 | 55 | 16 | 514 | 113 | 61 |
| Binary | 11011100 | 100000 | 1111001 | 0 | 1010101 | 101101 | 1110 | 101001100 | 1001011 | 110001 |
Color Harmonies of #DC2079
Complementary color
Monochromatic Colors of #DC2079
Black with #DC2079
Text Example
Text Example
White with #DC2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2079; }
p { color: rgb(220,32,121); }
H1.HeaderClassName
{
color: #DC2079;
}
.AnyTagClassName
{
color: #DC2079;
}
</style>
background-color css
<style>
a { background-color: #DC2079; }
a { background-color: rgb(220,32,121); }
div.DivClassName
{
background-color: #DC2079;
}
.BgClassName
{
background-color: #DC2079;
}
</style>
border-color css
<style>
span { border-color: #DC2079; }
span { border-color: rgb(220,32,121); }
td.TdClassName
{
border-color: #DC2079;
}
.TagClassName
{
border-color: #DC2079;
}
</style>