Shades of Hollywood Cerise #DC07A4
Tints of Hollywood Cerise #DC07A4
RGB
CMYK
RGB Variations
Color information
#DC07A4 (or 0xDC07A4) is known color: Hollywood Cerise. HEX triplet: DC, 07 and A4. RGB value is (220,7,164). Sum of RGB (Red+Green+Blue) = 220+7+164=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC07A4 is #23F85B. Grayscale: #585858. Windows color (decimal): -2357340 or 10749916. OLE color: 10749916.
HSL color Cylindrical-coordinate representation of color #DC07A4: hue angle of 315.77º 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 #DC07A4 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 164 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.14 |
| HSL | 315.77º | 0.94% | 0.45% | - |
| HSV(B) | 315.77º | 0.97% | 0.86% | - |
| XYZ | 36.29 | 18.05 | 36.69 | - |
| YUV | 88.59 | 170.57 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 164 | 0 | 0.97 | 0.25 | 0.14 | 315.77 | 0.94 | 0.45 |
| Hex | DC | 7 | A4 | 0 | 61 | 19 | E | 13C | 5E | 2D |
| Octal | 334 | 7 | 244 | 0 | 141 | 31 | 16 | 474 | 136 | 55 |
| Binary | 11011100 | 111 | 10100100 | 0 | 1100001 | 11001 | 1110 | 100111100 | 1011110 | 101101 |
Color Harmonies of #DC07A4
Complementary color
Monochromatic Colors of #DC07A4
Black with #DC07A4
Text Example
Text Example
White with #DC07A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07A4; }
p { color: rgb(220,7,164); }
H1.HeaderClassName
{
color: #DC07A4;
}
.AnyTagClassName
{
color: #DC07A4;
}
</style>
background-color css
<style>
a { background-color: #DC07A4; }
a { background-color: rgb(220,7,164); }
div.DivClassName
{
background-color: #DC07A4;
}
.BgClassName
{
background-color: #DC07A4;
}
</style>
border-color css
<style>
span { border-color: #DC07A4; }
span { border-color: rgb(220,7,164); }
td.TdClassName
{
border-color: #DC07A4;
}
.TagClassName
{
border-color: #DC07A4;
}
</style>