Shades of Hollywood Cerise #DC01A6
Tints of Hollywood Cerise #DC01A6
RGB
CMYK
RGB Variations
Color information
#DC01A6 (or 0xDC01A6) is known color: Hollywood Cerise. HEX triplet: DC, 01 and A6. RGB value is (220,1,166). Sum of RGB (Red+Green+Blue) = 220+1+166=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01A6 is #23FE59. Grayscale: #545454. Windows color (decimal): -2358874 or 10879452. OLE color: 10879452.
HSL color Cylindrical-coordinate representation of color #DC01A6: hue angle of 314.79º 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 #DC01A6 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.14 |
| HSL | 314.79º | 0.99% | 0.43% | - |
| HSV(B) | 314.79º | 1% | 0.86% | - |
| XYZ | 36.41 | 17.99 | 37.63 | - |
| YUV | 85.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 166 | 0 | 1.00 | 0.25 | 0.14 | 314.79 | 0.99 | 0.43 |
| Hex | DC | 1 | A6 | 0 | 64 | 19 | E | 13B | 63 | 2B |
| Octal | 334 | 1 | 246 | 0 | 144 | 31 | 16 | 473 | 143 | 53 |
| Binary | 11011100 | 1 | 10100110 | 0 | 1100100 | 11001 | 1110 | 100111011 | 1100011 | 101011 |
Color Harmonies of #DC01A6
Complementary color
Monochromatic Colors of #DC01A6
Black with #DC01A6
Text Example
Text Example
White with #DC01A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01A6; }
p { color: rgb(220,1,166); }
H1.HeaderClassName
{
color: #DC01A6;
}
.AnyTagClassName
{
color: #DC01A6;
}
</style>
background-color css
<style>
a { background-color: #DC01A6; }
a { background-color: rgb(220,1,166); }
div.DivClassName
{
background-color: #DC01A6;
}
.BgClassName
{
background-color: #DC01A6;
}
</style>
border-color css
<style>
span { border-color: #DC01A6; }
span { border-color: rgb(220,1,166); }
td.TdClassName
{
border-color: #DC01A6;
}
.TagClassName
{
border-color: #DC01A6;
}
</style>