Shades of Hollywood Cerise #DC03A9
Tints of Hollywood Cerise #DC03A9
RGB
CMYK
RGB Variations
Color information
#DC03A9 (or 0xDC03A9) is known color: Hollywood Cerise. HEX triplet: DC, 03 and A9. RGB value is (220,3,169). Sum of RGB (Red+Green+Blue) = 220+3+169=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03A9 is #23FC56. Grayscale: #565656. Windows color (decimal): -2358359 or 11076572. OLE color: 11076572.
HSL color Cylindrical-coordinate representation of color #DC03A9: hue angle of 314.1º 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 #DC03A9 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 169 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.14 |
| HSL | 314.1º | 0.97% | 0.44% | - |
| HSV(B) | 314.1º | 0.99% | 0.86% | - |
| XYZ | 36.71 | 18.15 | 39.1 | - |
| YUV | 86.81 | 174.39 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 169 | 0 | 0.99 | 0.23 | 0.14 | 314.1 | 0.97 | 0.44 |
| Hex | DC | 3 | A9 | 0 | 63 | 17 | E | 13A | 61 | 2C |
| Octal | 334 | 3 | 251 | 0 | 143 | 27 | 16 | 472 | 141 | 54 |
| Binary | 11011100 | 11 | 10101001 | 0 | 1100011 | 10111 | 1110 | 100111010 | 1100001 | 101100 |
Color Harmonies of #DC03A9
Complementary color
Monochromatic Colors of #DC03A9
Black with #DC03A9
Text Example
Text Example
White with #DC03A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03A9; }
p { color: rgb(220,3,169); }
H1.HeaderClassName
{
color: #DC03A9;
}
.AnyTagClassName
{
color: #DC03A9;
}
</style>
background-color css
<style>
a { background-color: #DC03A9; }
a { background-color: rgb(220,3,169); }
div.DivClassName
{
background-color: #DC03A9;
}
.BgClassName
{
background-color: #DC03A9;
}
</style>
border-color css
<style>
span { border-color: #DC03A9; }
span { border-color: rgb(220,3,169); }
td.TdClassName
{
border-color: #DC03A9;
}
.TagClassName
{
border-color: #DC03A9;
}
</style>