Shades of Hollywood Cerise #DC01AC
Tints of Hollywood Cerise #DC01AC
RGB
CMYK
RGB Variations
Color information
#DC01AC (or 0xDC01AC) is known color: Hollywood Cerise. HEX triplet: DC, 01 and AC. RGB value is (220,1,172). Sum of RGB (Red+Green+Blue) = 220+1+172=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01AC is #23FE53. Grayscale: #555555. Windows color (decimal): -2358868 or 11272668. OLE color: 11272668.
HSL color Cylindrical-coordinate representation of color #DC01AC: hue angle of 313.15º 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 #DC01AC is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 172 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.14 |
| HSL | 313.15º | 0.99% | 0.43% | - |
| HSV(B) | 313.15º | 1% | 0.86% | - |
| XYZ | 36.97 | 18.22 | 40.6 | - |
| YUV | 85.98 | 176.55 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 172 | 0 | 1.00 | 0.22 | 0.14 | 313.15 | 0.99 | 0.43 |
| Hex | DC | 1 | AC | 0 | 64 | 16 | E | 139 | 63 | 2B |
| Octal | 334 | 1 | 254 | 0 | 144 | 26 | 16 | 471 | 143 | 53 |
| Binary | 11011100 | 1 | 10101100 | 0 | 1100100 | 10110 | 1110 | 100111001 | 1100011 | 101011 |
Color Harmonies of #DC01AC
Complementary color
Monochromatic Colors of #DC01AC
Black with #DC01AC
Text Example
Text Example
White with #DC01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01AC; }
p { color: rgb(220,1,172); }
H1.HeaderClassName
{
color: #DC01AC;
}
.AnyTagClassName
{
color: #DC01AC;
}
</style>
background-color css
<style>
a { background-color: #DC01AC; }
a { background-color: rgb(220,1,172); }
div.DivClassName
{
background-color: #DC01AC;
}
.BgClassName
{
background-color: #DC01AC;
}
</style>
border-color css
<style>
span { border-color: #DC01AC; }
span { border-color: rgb(220,1,172); }
td.TdClassName
{
border-color: #DC01AC;
}
.TagClassName
{
border-color: #DC01AC;
}
</style>