Shades of Deep Cerise #DC2779
Tints of Deep Cerise #DC2779
RGB
CMYK
RGB Variations
Color information
#DC2779 (or 0xDC2779) is known color: Deep Cerise. HEX triplet: DC, 27 and 79. RGB value is (220,39,121). Sum of RGB (Red+Green+Blue) = 220+39+121=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2779 is #23D886. Grayscale: #666666. Windows color (decimal): -2349191 or 7940060. OLE color: 7940060.
HSL color Cylindrical-coordinate representation of color #DC2779: hue angle of 332.82º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2779 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 121 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.14 |
| HSL | 332.82º | 0.72% | 0.51% | - |
| HSV(B) | 332.82º | 0.82% | 0.86% | - |
| XYZ | 33.69 | 18.05 | 19.8 | - |
| YUV | 102.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 121 | 0 | 0.82 | 0.45 | 0.14 | 332.82 | 0.72 | 0.51 |
| Hex | DC | 27 | 79 | 0 | 52 | 2D | E | 14D | 48 | 33 |
| Octal | 334 | 47 | 171 | 0 | 122 | 55 | 16 | 515 | 110 | 63 |
| Binary | 11011100 | 100111 | 1111001 | 0 | 1010010 | 101101 | 1110 | 101001101 | 1001000 | 110011 |
Color Harmonies of #DC2779
Complementary color
Monochromatic Colors of #DC2779
Black with #DC2779
Text Example
Text Example
White with #DC2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2779; }
p { color: rgb(220,39,121); }
H1.HeaderClassName
{
color: #DC2779;
}
.AnyTagClassName
{
color: #DC2779;
}
</style>
background-color css
<style>
a { background-color: #DC2779; }
a { background-color: rgb(220,39,121); }
div.DivClassName
{
background-color: #DC2779;
}
.BgClassName
{
background-color: #DC2779;
}
</style>
border-color css
<style>
span { border-color: #DC2779; }
span { border-color: rgb(220,39,121); }
td.TdClassName
{
border-color: #DC2779;
}
.TagClassName
{
border-color: #DC2779;
}
</style>