Shades of Hollywood Cerise #DC1AA4
Tints of Hollywood Cerise #DC1AA4
RGB
CMYK
RGB Variations
Color information
#DC1AA4 (or 0xDC1AA4) is known color: Hollywood Cerise. HEX triplet: DC, 1A and A4. RGB value is (220,26,164). Sum of RGB (Red+Green+Blue) = 220+26+164=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1AA4 is #23E55B. Grayscale: #636363. Windows color (decimal): -2352476 or 10754780. OLE color: 10754780.
HSL color Cylindrical-coordinate representation of color #DC1AA4: hue angle of 317.32º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1AA4 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 164 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.14 |
| HSL | 317.32º | 0.79% | 0.48% | - |
| HSV(B) | 317.32º | 0.88% | 0.86% | - |
| XYZ | 36.59 | 18.63 | 36.79 | - |
| YUV | 99.74 | 164.27 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 164 | 0 | 0.88 | 0.25 | 0.14 | 317.32 | 0.79 | 0.48 |
| Hex | DC | 1A | A4 | 0 | 58 | 19 | E | 13D | 4F | 30 |
| Octal | 334 | 32 | 244 | 0 | 130 | 31 | 16 | 475 | 117 | 60 |
| Binary | 11011100 | 11010 | 10100100 | 0 | 1011000 | 11001 | 1110 | 100111101 | 1001111 | 110000 |
Color Harmonies of #DC1AA4
Complementary color
Monochromatic Colors of #DC1AA4
Black with #DC1AA4
Text Example
Text Example
White with #DC1AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1AA4; }
p { color: rgb(220,26,164); }
H1.HeaderClassName
{
color: #DC1AA4;
}
.AnyTagClassName
{
color: #DC1AA4;
}
</style>
background-color css
<style>
a { background-color: #DC1AA4; }
a { background-color: rgb(220,26,164); }
div.DivClassName
{
background-color: #DC1AA4;
}
.BgClassName
{
background-color: #DC1AA4;
}
</style>
border-color css
<style>
span { border-color: #DC1AA4; }
span { border-color: rgb(220,26,164); }
td.TdClassName
{
border-color: #DC1AA4;
}
.TagClassName
{
border-color: #DC1AA4;
}
</style>