Shades of Hollywood Cerise #DC03A1
Tints of Hollywood Cerise #DC03A1
RGB
CMYK
RGB Variations
Color information
#DC03A1 (or 0xDC03A1) is known color: Hollywood Cerise. HEX triplet: DC, 03 and A1. RGB value is (220,3,161). Sum of RGB (Red+Green+Blue) = 220+3+161=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03A1 is #23FC5E. Grayscale: #555555. Windows color (decimal): -2358367 or 10552284. OLE color: 10552284.
HSL color Cylindrical-coordinate representation of color #DC03A1: hue angle of 316.31º 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 #DC03A1 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 161 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.14 |
| HSL | 316.31º | 0.97% | 0.44% | - |
| HSV(B) | 316.31º | 0.99% | 0.86% | - |
| XYZ | 35.98 | 17.85 | 35.27 | - |
| YUV | 85.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 161 | 0 | 0.99 | 0.27 | 0.14 | 316.31 | 0.97 | 0.44 |
| Hex | DC | 3 | A1 | 0 | 63 | 1B | E | 13C | 61 | 2C |
| Octal | 334 | 3 | 241 | 0 | 143 | 33 | 16 | 474 | 141 | 54 |
| Binary | 11011100 | 11 | 10100001 | 0 | 1100011 | 11011 | 1110 | 100111100 | 1100001 | 101100 |
Color Harmonies of #DC03A1
Complementary color
Monochromatic Colors of #DC03A1
Black with #DC03A1
Text Example
Text Example
White with #DC03A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03A1; }
p { color: rgb(220,3,161); }
H1.HeaderClassName
{
color: #DC03A1;
}
.AnyTagClassName
{
color: #DC03A1;
}
</style>
background-color css
<style>
a { background-color: #DC03A1; }
a { background-color: rgb(220,3,161); }
div.DivClassName
{
background-color: #DC03A1;
}
.BgClassName
{
background-color: #DC03A1;
}
</style>
border-color css
<style>
span { border-color: #DC03A1; }
span { border-color: rgb(220,3,161); }
td.TdClassName
{
border-color: #DC03A1;
}
.TagClassName
{
border-color: #DC03A1;
}
</style>