Shades of Hollywood Cerise #DC039E
Tints of Hollywood Cerise #DC039E
RGB
CMYK
RGB Variations
Color information
#DC039E (or 0xDC039E) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 9E. RGB value is (220,3,158). Sum of RGB (Red+Green+Blue) = 220+3+158=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC039E is #23FC61. Grayscale: #555555. Windows color (decimal): -2358370 or 10355676. OLE color: 10355676.
HSL color Cylindrical-coordinate representation of color #DC039E: hue angle of 317.14º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC039E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.14 |
| HSL | 317.14º | 0.97% | 0.44% | - |
| HSV(B) | 317.14º | 0.99% | 0.86% | - |
| XYZ | 35.72 | 17.75 | 33.89 | - |
| YUV | 85.55 | 168.89 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 158 | 0 | 0.99 | 0.28 | 0.14 | 317.14 | 0.97 | 0.44 |
| Hex | DC | 3 | 9E | 0 | 63 | 1C | E | 13D | 61 | 2C |
| Octal | 334 | 3 | 236 | 0 | 143 | 34 | 16 | 475 | 141 | 54 |
| Binary | 11011100 | 11 | 10011110 | 0 | 1100011 | 11100 | 1110 | 100111101 | 1100001 | 101100 |
Color Harmonies of #DC039E
Complementary color
Monochromatic Colors of #DC039E
Black with #DC039E
Text Example
Text Example
White with #DC039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC039E; }
p { color: rgb(220,3,158); }
H1.HeaderClassName
{
color: #DC039E;
}
.AnyTagClassName
{
color: #DC039E;
}
</style>
background-color css
<style>
a { background-color: #DC039E; }
a { background-color: rgb(220,3,158); }
div.DivClassName
{
background-color: #DC039E;
}
.BgClassName
{
background-color: #DC039E;
}
</style>
border-color css
<style>
span { border-color: #DC039E; }
span { border-color: rgb(220,3,158); }
td.TdClassName
{
border-color: #DC039E;
}
.TagClassName
{
border-color: #DC039E;
}
</style>