Shades of Hollywood Cerise #DC18A3
Tints of Hollywood Cerise #DC18A3
RGB
CMYK
RGB Variations
Color information
#DC18A3 (or 0xDC18A3) is known color: Hollywood Cerise. HEX triplet: DC, 18 and A3. RGB value is (220,24,163). Sum of RGB (Red+Green+Blue) = 220+24+163=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC18A3 is #23E75C. Grayscale: #626262. Windows color (decimal): -2352989 or 10688732. OLE color: 10688732.
HSL color Cylindrical-coordinate representation of color #DC18A3: hue angle of 317.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18A3 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 163 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.14 |
| HSL | 317.45º | 0.8% | 0.48% | - |
| HSV(B) | 317.45º | 0.89% | 0.86% | - |
| XYZ | 36.45 | 18.51 | 36.3 | - |
| YUV | 98.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 163 | 0 | 0.89 | 0.26 | 0.14 | 317.45 | 0.8 | 0.48 |
| Hex | DC | 18 | A3 | 0 | 59 | 1A | E | 13D | 50 | 30 |
| Octal | 334 | 30 | 243 | 0 | 131 | 32 | 16 | 475 | 120 | 60 |
| Binary | 11011100 | 11000 | 10100011 | 0 | 1011001 | 11010 | 1110 | 100111101 | 1010000 | 110000 |
Color Harmonies of #DC18A3
Complementary color
Monochromatic Colors of #DC18A3
Black with #DC18A3
Text Example
Text Example
White with #DC18A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18A3; }
p { color: rgb(220,24,163); }
H1.HeaderClassName
{
color: #DC18A3;
}
.AnyTagClassName
{
color: #DC18A3;
}
</style>
background-color css
<style>
a { background-color: #DC18A3; }
a { background-color: rgb(220,24,163); }
div.DivClassName
{
background-color: #DC18A3;
}
.BgClassName
{
background-color: #DC18A3;
}
</style>
border-color css
<style>
span { border-color: #DC18A3; }
span { border-color: rgb(220,24,163); }
td.TdClassName
{
border-color: #DC18A3;
}
.TagClassName
{
border-color: #DC18A3;
}
</style>