Shades of Deep Cerise #DC3079
Tints of Deep Cerise #DC3079
RGB
CMYK
RGB Variations
Color information
#DC3079 (or 0xDC3079) is known color: Deep Cerise. HEX triplet: DC, 30 and 79. RGB value is (220,48,121). Sum of RGB (Red+Green+Blue) = 220+48+121=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3079 is #23CF86. Grayscale: #6B6B6B. Windows color (decimal): -2346887 or 7942364. OLE color: 7942364.
HSL color Cylindrical-coordinate representation of color #DC3079: hue angle of 334.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3079 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 121 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.14 |
| HSL | 334.53º | 0.71% | 0.53% | - |
| HSV(B) | 334.53º | 0.78% | 0.86% | - |
| XYZ | 34.02 | 18.71 | 19.91 | - |
| YUV | 107.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 121 | 0 | 0.78 | 0.45 | 0.14 | 334.53 | 0.71 | 0.53 |
| Hex | DC | 30 | 79 | 0 | 4E | 2D | E | 14F | 47 | 35 |
| Octal | 334 | 60 | 171 | 0 | 116 | 55 | 16 | 517 | 107 | 65 |
| Binary | 11011100 | 110000 | 1111001 | 0 | 1001110 | 101101 | 1110 | 101001111 | 1000111 | 110101 |
Color Harmonies of #DC3079
Complementary color
Monochromatic Colors of #DC3079
Black with #DC3079
Text Example
Text Example
White with #DC3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3079; }
p { color: rgb(220,48,121); }
H1.HeaderClassName
{
color: #DC3079;
}
.AnyTagClassName
{
color: #DC3079;
}
</style>
background-color css
<style>
a { background-color: #DC3079; }
a { background-color: rgb(220,48,121); }
div.DivClassName
{
background-color: #DC3079;
}
.BgClassName
{
background-color: #DC3079;
}
</style>
border-color css
<style>
span { border-color: #DC3079; }
span { border-color: rgb(220,48,121); }
td.TdClassName
{
border-color: #DC3079;
}
.TagClassName
{
border-color: #DC3079;
}
</style>