Shades of Hollywood Cerise #DC06A6
Tints of Hollywood Cerise #DC06A6
RGB
CMYK
RGB Variations
Color information
#DC06A6 (or 0xDC06A6) is known color: Hollywood Cerise. HEX triplet: DC, 06 and A6. RGB value is (220,6,166). Sum of RGB (Red+Green+Blue) = 220+6+166=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC06A6 is #23F959. Grayscale: #575757. Windows color (decimal): -2357594 or 10880732. OLE color: 10880732.
HSL color Cylindrical-coordinate representation of color #DC06A6: hue angle of 315.14º 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 #DC06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.14 |
| HSL | 315.14º | 0.95% | 0.44% | - |
| HSV(B) | 315.14º | 0.97% | 0.86% | - |
| XYZ | 36.46 | 18.1 | 37.65 | - |
| YUV | 88.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 166 | 0 | 0.97 | 0.25 | 0.14 | 315.14 | 0.95 | 0.44 |
| Hex | DC | 6 | A6 | 0 | 61 | 19 | E | 13B | 5F | 2C |
| Octal | 334 | 6 | 246 | 0 | 141 | 31 | 16 | 473 | 137 | 54 |
| Binary | 11011100 | 110 | 10100110 | 0 | 1100001 | 11001 | 1110 | 100111011 | 1011111 | 101100 |
Color Harmonies of #DC06A6
Complementary color
Monochromatic Colors of #DC06A6
Black with #DC06A6
Text Example
Text Example
White with #DC06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06A6; }
p { color: rgb(220,6,166); }
H1.HeaderClassName
{
color: #DC06A6;
}
.AnyTagClassName
{
color: #DC06A6;
}
</style>
background-color css
<style>
a { background-color: #DC06A6; }
a { background-color: rgb(220,6,166); }
div.DivClassName
{
background-color: #DC06A6;
}
.BgClassName
{
background-color: #DC06A6;
}
</style>
border-color css
<style>
span { border-color: #DC06A6; }
span { border-color: rgb(220,6,166); }
td.TdClassName
{
border-color: #DC06A6;
}
.TagClassName
{
border-color: #DC06A6;
}
</style>