Shades of Hollywood Cerise #DC03A8
Tints of Hollywood Cerise #DC03A8
RGB
CMYK
RGB Variations
Color information
#DC03A8 (or 0xDC03A8) is known color: Hollywood Cerise. HEX triplet: DC, 03 and A8. RGB value is (220,3,168). Sum of RGB (Red+Green+Blue) = 220+3+168=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03A8 is #23FC57. Grayscale: #565656. Windows color (decimal): -2358360 or 11011036. OLE color: 11011036.
HSL color Cylindrical-coordinate representation of color #DC03A8: hue angle of 314.38º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.14 |
| HSL | 314.38º | 0.97% | 0.44% | - |
| HSV(B) | 314.38º | 0.99% | 0.86% | - |
| XYZ | 36.62 | 18.11 | 38.61 | - |
| YUV | 86.69 | 173.89 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 168 | 0 | 0.99 | 0.24 | 0.14 | 314.38 | 0.97 | 0.44 |
| Hex | DC | 3 | A8 | 0 | 63 | 18 | E | 13A | 61 | 2C |
| Octal | 334 | 3 | 250 | 0 | 143 | 30 | 16 | 472 | 141 | 54 |
| Binary | 11011100 | 11 | 10101000 | 0 | 1100011 | 11000 | 1110 | 100111010 | 1100001 | 101100 |
Color Harmonies of #DC03A8
Complementary color
Monochromatic Colors of #DC03A8
Black with #DC03A8
Text Example
Text Example
White with #DC03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03A8; }
p { color: rgb(220,3,168); }
H1.HeaderClassName
{
color: #DC03A8;
}
.AnyTagClassName
{
color: #DC03A8;
}
</style>
background-color css
<style>
a { background-color: #DC03A8; }
a { background-color: rgb(220,3,168); }
div.DivClassName
{
background-color: #DC03A8;
}
.BgClassName
{
background-color: #DC03A8;
}
</style>
border-color css
<style>
span { border-color: #DC03A8; }
span { border-color: rgb(220,3,168); }
td.TdClassName
{
border-color: #DC03A8;
}
.TagClassName
{
border-color: #DC03A8;
}
</style>