Shades of Hollywood Cerise #DC049E
Tints of Hollywood Cerise #DC049E
RGB
CMYK
RGB Variations
Color information
#DC049E (or 0xDC049E) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 9E. RGB value is (220,4,158). Sum of RGB (Red+Green+Blue) = 220+4+158=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC049E is #23FB61. Grayscale: #555555. Windows color (decimal): -2358114 or 10355932. OLE color: 10355932.
HSL color Cylindrical-coordinate representation of color #DC049E: hue angle of 317.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC049E is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.14 |
| HSL | 317.22º | 0.96% | 0.44% | - |
| HSV(B) | 317.22º | 0.98% | 0.86% | - |
| XYZ | 35.73 | 17.77 | 33.89 | - |
| YUV | 86.14 | 168.56 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 158 | 0 | 0.98 | 0.28 | 0.14 | 317.22 | 0.96 | 0.44 |
| Hex | DC | 4 | 9E | 0 | 62 | 1C | E | 13D | 60 | 2C |
| Octal | 334 | 4 | 236 | 0 | 142 | 34 | 16 | 475 | 140 | 54 |
| Binary | 11011100 | 100 | 10011110 | 0 | 1100010 | 11100 | 1110 | 100111101 | 1100000 | 101100 |
Color Harmonies of #DC049E
Complementary color
Monochromatic Colors of #DC049E
Black with #DC049E
Text Example
Text Example
White with #DC049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC049E; }
p { color: rgb(220,4,158); }
H1.HeaderClassName
{
color: #DC049E;
}
.AnyTagClassName
{
color: #DC049E;
}
</style>
background-color css
<style>
a { background-color: #DC049E; }
a { background-color: rgb(220,4,158); }
div.DivClassName
{
background-color: #DC049E;
}
.BgClassName
{
background-color: #DC049E;
}
</style>
border-color css
<style>
span { border-color: #DC049E; }
span { border-color: rgb(220,4,158); }
td.TdClassName
{
border-color: #DC049E;
}
.TagClassName
{
border-color: #DC049E;
}
</style>