Shades of Hollywood Cerise #DC079D
Tints of Hollywood Cerise #DC079D
RGB
CMYK
RGB Variations
Color information
#DC079D (or 0xDC079D) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 9D. RGB value is (220,7,157). Sum of RGB (Red+Green+Blue) = 220+7+157=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC079D is #23F862. Grayscale: #575757. Windows color (decimal): -2357347 or 10291164. OLE color: 10291164.
HSL color Cylindrical-coordinate representation of color #DC079D: hue angle of 317.75º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC079D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.14 |
| HSL | 317.75º | 0.94% | 0.45% | - |
| HSV(B) | 317.75º | 0.97% | 0.86% | - |
| XYZ | 35.68 | 17.8 | 33.45 | - |
| YUV | 87.79 | 167.07 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 157 | 0 | 0.97 | 0.29 | 0.14 | 317.75 | 0.94 | 0.45 |
| Hex | DC | 7 | 9D | 0 | 61 | 1D | E | 13E | 5E | 2D |
| Octal | 334 | 7 | 235 | 0 | 141 | 35 | 16 | 476 | 136 | 55 |
| Binary | 11011100 | 111 | 10011101 | 0 | 1100001 | 11101 | 1110 | 100111110 | 1011110 | 101101 |
Color Harmonies of #DC079D
Complementary color
Monochromatic Colors of #DC079D
Black with #DC079D
Text Example
Text Example
White with #DC079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC079D; }
p { color: rgb(220,7,157); }
H1.HeaderClassName
{
color: #DC079D;
}
.AnyTagClassName
{
color: #DC079D;
}
</style>
background-color css
<style>
a { background-color: #DC079D; }
a { background-color: rgb(220,7,157); }
div.DivClassName
{
background-color: #DC079D;
}
.BgClassName
{
background-color: #DC079D;
}
</style>
border-color css
<style>
span { border-color: #DC079D; }
span { border-color: rgb(220,7,157); }
td.TdClassName
{
border-color: #DC079D;
}
.TagClassName
{
border-color: #DC079D;
}
</style>