Shades of Deep Cerise #DC2A79
Tints of Deep Cerise #DC2A79
RGB
CMYK
RGB Variations
Color information
#DC2A79 (or 0xDC2A79) is known color: Deep Cerise. HEX triplet: DC, 2A and 79. RGB value is (220,42,121). Sum of RGB (Red+Green+Blue) = 220+42+121=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A79 is #23D586. Grayscale: #686868. Windows color (decimal): -2348423 or 7940828. OLE color: 7940828.
HSL color Cylindrical-coordinate representation of color #DC2A79: hue angle of 333.37º 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 #DC2A79 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 121 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.14 |
| HSL | 333.37º | 0.72% | 0.51% | - |
| HSV(B) | 333.37º | 0.81% | 0.86% | - |
| XYZ | 33.79 | 18.25 | 19.83 | - |
| YUV | 104.23 | 137.47 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 121 | 0 | 0.81 | 0.45 | 0.14 | 333.37 | 0.72 | 0.51 |
| Hex | DC | 2A | 79 | 0 | 51 | 2D | E | 14D | 48 | 33 |
| Octal | 334 | 52 | 171 | 0 | 121 | 55 | 16 | 515 | 110 | 63 |
| Binary | 11011100 | 101010 | 1111001 | 0 | 1010001 | 101101 | 1110 | 101001101 | 1001000 | 110011 |
Color Harmonies of #DC2A79
Complementary color
Monochromatic Colors of #DC2A79
Black with #DC2A79
Text Example
Text Example
White with #DC2A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A79; }
p { color: rgb(220,42,121); }
H1.HeaderClassName
{
color: #DC2A79;
}
.AnyTagClassName
{
color: #DC2A79;
}
</style>
background-color css
<style>
a { background-color: #DC2A79; }
a { background-color: rgb(220,42,121); }
div.DivClassName
{
background-color: #DC2A79;
}
.BgClassName
{
background-color: #DC2A79;
}
</style>
border-color css
<style>
span { border-color: #DC2A79; }
span { border-color: rgb(220,42,121); }
td.TdClassName
{
border-color: #DC2A79;
}
.TagClassName
{
border-color: #DC2A79;
}
</style>