Shades of Hollywood Cerise #DC079A
Tints of Hollywood Cerise #DC079A
RGB
CMYK
RGB Variations
Color information
#DC079A (or 0xDC079A) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 9A. RGB value is (220,7,154). Sum of RGB (Red+Green+Blue) = 220+7+154=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC079A is #23F865. Grayscale: #575757. Windows color (decimal): -2357350 or 10094556. OLE color: 10094556.
HSL color Cylindrical-coordinate representation of color #DC079A: hue angle of 318.59º 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 #DC079A is Cyan = 0, Magento = 0.97, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.3 | 0.14 |
| HSL | 318.59º | 0.94% | 0.45% | - |
| HSV(B) | 318.59º | 0.97% | 0.86% | - |
| XYZ | 35.42 | 17.7 | 32.12 | - |
| YUV | 87.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 154 | 0 | 0.97 | 0.3 | 0.14 | 318.59 | 0.94 | 0.45 |
| Hex | DC | 7 | 9A | 0 | 61 | 1E | E | 13F | 5E | 2D |
| Octal | 334 | 7 | 232 | 0 | 141 | 36 | 16 | 477 | 136 | 55 |
| Binary | 11011100 | 111 | 10011010 | 0 | 1100001 | 11110 | 1110 | 100111111 | 1011110 | 101101 |
Color Harmonies of #DC079A
Complementary color
Monochromatic Colors of #DC079A
Black with #DC079A
Text Example
Text Example
White with #DC079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC079A; }
p { color: rgb(220,7,154); }
H1.HeaderClassName
{
color: #DC079A;
}
.AnyTagClassName
{
color: #DC079A;
}
</style>
background-color css
<style>
a { background-color: #DC079A; }
a { background-color: rgb(220,7,154); }
div.DivClassName
{
background-color: #DC079A;
}
.BgClassName
{
background-color: #DC079A;
}
</style>
border-color css
<style>
span { border-color: #DC079A; }
span { border-color: rgb(220,7,154); }
td.TdClassName
{
border-color: #DC079A;
}
.TagClassName
{
border-color: #DC079A;
}
</style>