Shades of Hollywood Cerise #DC12AC
Tints of Hollywood Cerise #DC12AC
RGB
CMYK
RGB Variations
Color information
#DC12AC (or 0xDC12AC) is known color: Hollywood Cerise. HEX triplet: DC, 12 and AC. RGB value is (220,18,172). Sum of RGB (Red+Green+Blue) = 220+18+172=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC12AC is #23ED53. Grayscale: #5F5F5F. Windows color (decimal): -2354516 or 11277020. OLE color: 11277020.
HSL color Cylindrical-coordinate representation of color #DC12AC: hue angle of 314.26º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12AC is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 172 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.14 |
| HSL | 314.26º | 0.85% | 0.47% | - |
| HSV(B) | 314.26º | 0.92% | 0.86% | - |
| XYZ | 37.18 | 18.63 | 40.67 | - |
| YUV | 95.95 | 170.92 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 172 | 0 | 0.92 | 0.22 | 0.14 | 314.26 | 0.85 | 0.47 |
| Hex | DC | 12 | AC | 0 | 5C | 16 | E | 13A | 55 | 2F |
| Octal | 334 | 22 | 254 | 0 | 134 | 26 | 16 | 472 | 125 | 57 |
| Binary | 11011100 | 10010 | 10101100 | 0 | 1011100 | 10110 | 1110 | 100111010 | 1010101 | 101111 |
Color Harmonies of #DC12AC
Complementary color
Monochromatic Colors of #DC12AC
Black with #DC12AC
Text Example
Text Example
White with #DC12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12AC; }
p { color: rgb(220,18,172); }
H1.HeaderClassName
{
color: #DC12AC;
}
.AnyTagClassName
{
color: #DC12AC;
}
</style>
background-color css
<style>
a { background-color: #DC12AC; }
a { background-color: rgb(220,18,172); }
div.DivClassName
{
background-color: #DC12AC;
}
.BgClassName
{
background-color: #DC12AC;
}
</style>
border-color css
<style>
span { border-color: #DC12AC; }
span { border-color: rgb(220,18,172); }
td.TdClassName
{
border-color: #DC12AC;
}
.TagClassName
{
border-color: #DC12AC;
}
</style>