Shades of Hollywood Cerise #DC079B
Tints of Hollywood Cerise #DC079B
RGB
CMYK
RGB Variations
Color information
#DC079B (or 0xDC079B) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 9B. RGB value is (220,7,155). Sum of RGB (Red+Green+Blue) = 220+7+155=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC079B is #23F864. Grayscale: #575757. Windows color (decimal): -2357349 or 10160092. OLE color: 10160092.
HSL color Cylindrical-coordinate representation of color #DC079B: hue angle of 318.31º 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 #DC079B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.14 |
| HSL | 318.31º | 0.94% | 0.45% | - |
| HSV(B) | 318.31º | 0.97% | 0.86% | - |
| XYZ | 35.51 | 17.73 | 32.56 | - |
| YUV | 87.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 155 | 0 | 0.97 | 0.30 | 0.14 | 318.31 | 0.94 | 0.45 |
| Hex | DC | 7 | 9B | 0 | 61 | 1E | E | 13E | 5E | 2D |
| Octal | 334 | 7 | 233 | 0 | 141 | 36 | 16 | 476 | 136 | 55 |
| Binary | 11011100 | 111 | 10011011 | 0 | 1100001 | 11110 | 1110 | 100111110 | 1011110 | 101101 |
Color Harmonies of #DC079B
Complementary color
Monochromatic Colors of #DC079B
Black with #DC079B
Text Example
Text Example
White with #DC079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC079B; }
p { color: rgb(220,7,155); }
H1.HeaderClassName
{
color: #DC079B;
}
.AnyTagClassName
{
color: #DC079B;
}
</style>
background-color css
<style>
a { background-color: #DC079B; }
a { background-color: rgb(220,7,155); }
div.DivClassName
{
background-color: #DC079B;
}
.BgClassName
{
background-color: #DC079B;
}
</style>
border-color css
<style>
span { border-color: #DC079B; }
span { border-color: rgb(220,7,155); }
td.TdClassName
{
border-color: #DC079B;
}
.TagClassName
{
border-color: #DC079B;
}
</style>