Shades of Hollywood Cerise #DC01A4
Tints of Hollywood Cerise #DC01A4
RGB
CMYK
RGB Variations
Color information
#DC01A4 (or 0xDC01A4) is known color: Hollywood Cerise. HEX triplet: DC, 01 and A4. RGB value is (220,1,164). Sum of RGB (Red+Green+Blue) = 220+1+164=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01A4 is #23FE5B. Grayscale: #545454. Windows color (decimal): -2358876 or 10748380. OLE color: 10748380.
HSL color Cylindrical-coordinate representation of color #DC01A4: hue angle of 315.34º 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 #DC01A4 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 164 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.14 |
| HSL | 315.34º | 0.99% | 0.43% | - |
| HSV(B) | 315.34º | 1% | 0.86% | - |
| XYZ | 36.23 | 17.92 | 36.67 | - |
| YUV | 85.06 | 172.55 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 164 | 0 | 1.00 | 0.25 | 0.14 | 315.34 | 0.99 | 0.43 |
| Hex | DC | 1 | A4 | 0 | 64 | 19 | E | 13B | 63 | 2B |
| Octal | 334 | 1 | 244 | 0 | 144 | 31 | 16 | 473 | 143 | 53 |
| Binary | 11011100 | 1 | 10100100 | 0 | 1100100 | 11001 | 1110 | 100111011 | 1100011 | 101011 |
Color Harmonies of #DC01A4
Complementary color
Monochromatic Colors of #DC01A4
Black with #DC01A4
Text Example
Text Example
White with #DC01A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01A4; }
p { color: rgb(220,1,164); }
H1.HeaderClassName
{
color: #DC01A4;
}
.AnyTagClassName
{
color: #DC01A4;
}
</style>
background-color css
<style>
a { background-color: #DC01A4; }
a { background-color: rgb(220,1,164); }
div.DivClassName
{
background-color: #DC01A4;
}
.BgClassName
{
background-color: #DC01A4;
}
</style>
border-color css
<style>
span { border-color: #DC01A4; }
span { border-color: rgb(220,1,164); }
td.TdClassName
{
border-color: #DC01A4;
}
.TagClassName
{
border-color: #DC01A4;
}
</style>