Shades of Hollywood Cerise #DC06A4
Tints of Hollywood Cerise #DC06A4
RGB
CMYK
RGB Variations
Color information
#DC06A4 (or 0xDC06A4) is known color: Hollywood Cerise. HEX triplet: DC, 06 and A4. RGB value is (220,6,164). Sum of RGB (Red+Green+Blue) = 220+6+164=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC06A4 is #23F95B. Grayscale: #575757. Windows color (decimal): -2357596 or 10749660. OLE color: 10749660.
HSL color Cylindrical-coordinate representation of color #DC06A4: hue angle of 315.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06A4 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 164 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.14 |
| HSL | 315.7º | 0.95% | 0.44% | - |
| HSV(B) | 315.7º | 0.97% | 0.86% | - |
| XYZ | 36.28 | 18.03 | 36.69 | - |
| YUV | 88 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 164 | 0 | 0.97 | 0.25 | 0.14 | 315.7 | 0.95 | 0.44 |
| Hex | DC | 6 | A4 | 0 | 61 | 19 | E | 13C | 5F | 2C |
| Octal | 334 | 6 | 244 | 0 | 141 | 31 | 16 | 474 | 137 | 54 |
| Binary | 11011100 | 110 | 10100100 | 0 | 1100001 | 11001 | 1110 | 100111100 | 1011111 | 101100 |
Color Harmonies of #DC06A4
Complementary color
Monochromatic Colors of #DC06A4
Black with #DC06A4
Text Example
Text Example
White with #DC06A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06A4; }
p { color: rgb(220,6,164); }
H1.HeaderClassName
{
color: #DC06A4;
}
.AnyTagClassName
{
color: #DC06A4;
}
</style>
background-color css
<style>
a { background-color: #DC06A4; }
a { background-color: rgb(220,6,164); }
div.DivClassName
{
background-color: #DC06A4;
}
.BgClassName
{
background-color: #DC06A4;
}
</style>
border-color css
<style>
span { border-color: #DC06A4; }
span { border-color: rgb(220,6,164); }
td.TdClassName
{
border-color: #DC06A4;
}
.TagClassName
{
border-color: #DC06A4;
}
</style>