Shades of Hollywood Cerise #DC039D
Tints of Hollywood Cerise #DC039D
RGB
CMYK
RGB Variations
Color information
#DC039D (or 0xDC039D) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 9D. RGB value is (220,3,157). Sum of RGB (Red+Green+Blue) = 220+3+157=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC039D is #23FC62. Grayscale: #555555. Windows color (decimal): -2358371 or 10290140. OLE color: 10290140.
HSL color Cylindrical-coordinate representation of color #DC039D: hue angle of 317.42º 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 #DC039D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.14 |
| HSL | 317.42º | 0.97% | 0.44% | - |
| HSV(B) | 317.42º | 0.99% | 0.86% | - |
| XYZ | 35.63 | 17.72 | 33.44 | - |
| YUV | 85.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 157 | 0 | 0.99 | 0.29 | 0.14 | 317.42 | 0.97 | 0.44 |
| Hex | DC | 3 | 9D | 0 | 63 | 1D | E | 13D | 61 | 2C |
| Octal | 334 | 3 | 235 | 0 | 143 | 35 | 16 | 475 | 141 | 54 |
| Binary | 11011100 | 11 | 10011101 | 0 | 1100011 | 11101 | 1110 | 100111101 | 1100001 | 101100 |
Color Harmonies of #DC039D
Complementary color
Monochromatic Colors of #DC039D
Black with #DC039D
Text Example
Text Example
White with #DC039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC039D; }
p { color: rgb(220,3,157); }
H1.HeaderClassName
{
color: #DC039D;
}
.AnyTagClassName
{
color: #DC039D;
}
</style>
background-color css
<style>
a { background-color: #DC039D; }
a { background-color: rgb(220,3,157); }
div.DivClassName
{
background-color: #DC039D;
}
.BgClassName
{
background-color: #DC039D;
}
</style>
border-color css
<style>
span { border-color: #DC039D; }
span { border-color: rgb(220,3,157); }
td.TdClassName
{
border-color: #DC039D;
}
.TagClassName
{
border-color: #DC039D;
}
</style>