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