Shades of Hollywood Cerise #DC01AA
Tints of Hollywood Cerise #DC01AA
RGB
CMYK
RGB Variations
Color information
#DC01AA (or 0xDC01AA) is known color: Hollywood Cerise. HEX triplet: DC, 01 and AA. RGB value is (220,1,170). Sum of RGB (Red+Green+Blue) = 220+1+170=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01AA is #23FE55. Grayscale: #555555. Windows color (decimal): -2358870 or 11141596. OLE color: 11141596.
HSL color Cylindrical-coordinate representation of color #DC01AA: hue angle of 313.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01AA is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.14 |
| HSL | 313.7º | 0.99% | 0.43% | - |
| HSV(B) | 313.7º | 1% | 0.86% | - |
| XYZ | 36.78 | 18.14 | 39.59 | - |
| YUV | 85.75 | 175.55 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 170 | 0 | 1.00 | 0.23 | 0.14 | 313.7 | 0.99 | 0.43 |
| Hex | DC | 1 | AA | 0 | 64 | 17 | E | 13A | 63 | 2B |
| Octal | 334 | 1 | 252 | 0 | 144 | 27 | 16 | 472 | 143 | 53 |
| Binary | 11011100 | 1 | 10101010 | 0 | 1100100 | 10111 | 1110 | 100111010 | 1100011 | 101011 |
Color Harmonies of #DC01AA
Complementary color
Monochromatic Colors of #DC01AA
Black with #DC01AA
Text Example
Text Example
White with #DC01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01AA; }
p { color: rgb(220,1,170); }
H1.HeaderClassName
{
color: #DC01AA;
}
.AnyTagClassName
{
color: #DC01AA;
}
</style>
background-color css
<style>
a { background-color: #DC01AA; }
a { background-color: rgb(220,1,170); }
div.DivClassName
{
background-color: #DC01AA;
}
.BgClassName
{
background-color: #DC01AA;
}
</style>
border-color css
<style>
span { border-color: #DC01AA; }
span { border-color: rgb(220,1,170); }
td.TdClassName
{
border-color: #DC01AA;
}
.TagClassName
{
border-color: #DC01AA;
}
</style>