Shades of Hollywood Cerise #DC03AC
Tints of Hollywood Cerise #DC03AC
RGB
CMYK
RGB Variations
Color information
#DC03AC (or 0xDC03AC) is known color: Hollywood Cerise. HEX triplet: DC, 03 and AC. RGB value is (220,3,172). Sum of RGB (Red+Green+Blue) = 220+3+172=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03AC is #23FC53. Grayscale: #565656. Windows color (decimal): -2358356 or 11273180. OLE color: 11273180.
HSL color Cylindrical-coordinate representation of color #DC03AC: hue angle of 313.27º 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 #DC03AC is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.14 |
| HSL | 313.27º | 0.97% | 0.44% | - |
| HSV(B) | 313.27º | 0.99% | 0.86% | - |
| XYZ | 36.99 | 18.26 | 40.6 | - |
| YUV | 87.15 | 175.89 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 172 | 0 | 0.99 | 0.22 | 0.14 | 313.27 | 0.97 | 0.44 |
| Hex | DC | 3 | AC | 0 | 63 | 16 | E | 139 | 61 | 2C |
| Octal | 334 | 3 | 254 | 0 | 143 | 26 | 16 | 471 | 141 | 54 |
| Binary | 11011100 | 11 | 10101100 | 0 | 1100011 | 10110 | 1110 | 100111001 | 1100001 | 101100 |
Color Harmonies of #DC03AC
Complementary color
Monochromatic Colors of #DC03AC
Black with #DC03AC
Text Example
Text Example
White with #DC03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03AC; }
p { color: rgb(220,3,172); }
H1.HeaderClassName
{
color: #DC03AC;
}
.AnyTagClassName
{
color: #DC03AC;
}
</style>
background-color css
<style>
a { background-color: #DC03AC; }
a { background-color: rgb(220,3,172); }
div.DivClassName
{
background-color: #DC03AC;
}
.BgClassName
{
background-color: #DC03AC;
}
</style>
border-color css
<style>
span { border-color: #DC03AC; }
span { border-color: rgb(220,3,172); }
td.TdClassName
{
border-color: #DC03AC;
}
.TagClassName
{
border-color: #DC03AC;
}
</style>