Shades of Deep Cerise #DC3279
Tints of Deep Cerise #DC3279
RGB
CMYK
RGB Variations
Color information
#DC3279 (or 0xDC3279) is known color: Deep Cerise. HEX triplet: DC, 32 and 79. RGB value is (220,50,121). Sum of RGB (Red+Green+Blue) = 220+50+121=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3279 is #23CD86. Grayscale: #6C6C6C. Windows color (decimal): -2346375 or 7942876. OLE color: 7942876.
HSL color Cylindrical-coordinate representation of color #DC3279: hue angle of 334.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3279 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 121 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.14 |
| HSL | 334.94º | 0.71% | 0.53% | - |
| HSV(B) | 334.94º | 0.77% | 0.86% | - |
| XYZ | 34.11 | 18.88 | 19.94 | - |
| YUV | 108.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 121 | 0 | 0.77 | 0.45 | 0.14 | 334.94 | 0.71 | 0.53 |
| Hex | DC | 32 | 79 | 0 | 4D | 2D | E | 14F | 47 | 35 |
| Octal | 334 | 62 | 171 | 0 | 115 | 55 | 16 | 517 | 107 | 65 |
| Binary | 11011100 | 110010 | 1111001 | 0 | 1001101 | 101101 | 1110 | 101001111 | 1000111 | 110101 |
Color Harmonies of #DC3279
Complementary color
Monochromatic Colors of #DC3279
Black with #DC3279
Text Example
Text Example
White with #DC3279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3279; }
p { color: rgb(220,50,121); }
H1.HeaderClassName
{
color: #DC3279;
}
.AnyTagClassName
{
color: #DC3279;
}
</style>
background-color css
<style>
a { background-color: #DC3279; }
a { background-color: rgb(220,50,121); }
div.DivClassName
{
background-color: #DC3279;
}
.BgClassName
{
background-color: #DC3279;
}
</style>
border-color css
<style>
span { border-color: #DC3279; }
span { border-color: rgb(220,50,121); }
td.TdClassName
{
border-color: #DC3279;
}
.TagClassName
{
border-color: #DC3279;
}
</style>