Shades of Hollywood Cerise #DC01A8
Tints of Hollywood Cerise #DC01A8
RGB
CMYK
RGB Variations
Color information
#DC01A8 (or 0xDC01A8) is known color: Hollywood Cerise. HEX triplet: DC, 01 and A8. RGB value is (220,1,168). Sum of RGB (Red+Green+Blue) = 220+1+168=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01A8 is #23FE57. Grayscale: #555555. Windows color (decimal): -2358872 or 11010524. OLE color: 11010524.
HSL color Cylindrical-coordinate representation of color #DC01A8: hue angle of 314.25º 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 #DC01A8 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 1 | 168 | - |
CMYK | 0 | 1.00 | 0.24 | 0.14 |
HSL | 314.25º | 0.99% | 0.43% | - |
HSV(B) | 314.25º | 1% | 0.86% | - |
XYZ | 36.59 | 18.06 | 38.6 | - |
YUV | 85.52 | 174.55 | 223.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 1 | 168 | 0 | 1.00 | 0.24 | 0.14 | 314.25 | 0.99 | 0.43 |
Hex | DC | 1 | A8 | 0 | 64 | 18 | E | 13A | 63 | 2B |
Octal | 334 | 1 | 250 | 0 | 144 | 30 | 16 | 472 | 143 | 53 |
Binary | 11011100 | 1 | 10101000 | 0 | 1100100 | 11000 | 1110 | 100111010 | 1100011 | 101011 |
Color Harmonies of #DC01A8
Complementary color
Monochromatic Colors of #DC01A8
Black with #DC01A8
Text Example
Text Example
White with #DC01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01A8; }
p { color: rgb(220,1,168); }
H1.HeaderClassName
{
color: #DC01A8;
}
.AnyTagClassName
{
color: #DC01A8;
}
</style>
background-color css
<style>
a { background-color: #DC01A8; }
a { background-color: rgb(220,1,168); }
div.DivClassName
{
background-color: #DC01A8;
}
.BgClassName
{
background-color: #DC01A8;
}
</style>
border-color css
<style>
span { border-color: #DC01A8; }
span { border-color: rgb(220,1,168); }
td.TdClassName
{
border-color: #DC01A8;
}
.TagClassName
{
border-color: #DC01A8;
}
</style>