Shades of Hollywood Cerise #DC12AD
Tints of Hollywood Cerise #DC12AD
RGB
CMYK
RGB Variations
Color information
#DC12AD (or 0xDC12AD) is known color: Hollywood Cerise. HEX triplet: DC, 12 and AD. RGB value is (220,18,173). Sum of RGB (Red+Green+Blue) = 220+18+173=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC12AD is #23ED52. Grayscale: #5F5F5F. Windows color (decimal): -2354515 or 11342556. OLE color: 11342556.
HSL color Cylindrical-coordinate representation of color #DC12AD: hue angle of 313.96º 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 #DC12AD is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 173 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.14 |
| HSL | 313.96º | 0.85% | 0.47% | - |
| HSV(B) | 313.96º | 0.92% | 0.86% | - |
| XYZ | 37.27 | 18.67 | 41.17 | - |
| YUV | 96.07 | 171.42 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 173 | 0 | 0.92 | 0.21 | 0.14 | 313.96 | 0.85 | 0.47 |
| Hex | DC | 12 | AD | 0 | 5C | 15 | E | 13A | 55 | 2F |
| Octal | 334 | 22 | 255 | 0 | 134 | 25 | 16 | 472 | 125 | 57 |
| Binary | 11011100 | 10010 | 10101101 | 0 | 1011100 | 10101 | 1110 | 100111010 | 1010101 | 101111 |
Color Harmonies of #DC12AD
Complementary color
Monochromatic Colors of #DC12AD
Black with #DC12AD
Text Example
Text Example
White with #DC12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12AD; }
p { color: rgb(220,18,173); }
H1.HeaderClassName
{
color: #DC12AD;
}
.AnyTagClassName
{
color: #DC12AD;
}
</style>
background-color css
<style>
a { background-color: #DC12AD; }
a { background-color: rgb(220,18,173); }
div.DivClassName
{
background-color: #DC12AD;
}
.BgClassName
{
background-color: #DC12AD;
}
</style>
border-color css
<style>
span { border-color: #DC12AD; }
span { border-color: rgb(220,18,173); }
td.TdClassName
{
border-color: #DC12AD;
}
.TagClassName
{
border-color: #DC12AD;
}
</style>