Shades of Hollywood Cerise #DC12B0
Tints of Hollywood Cerise #DC12B0
RGB
CMYK
RGB Variations
Color information
#DC12B0 (or 0xDC12B0) is known color: Hollywood Cerise. HEX triplet: DC, 12 and B0. RGB value is (220,18,176). Sum of RGB (Red+Green+Blue) = 220+18+176=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC12B0 is #23ED4F. Grayscale: #5F5F5F. Windows color (decimal): -2354512 or 11539164. OLE color: 11539164.
HSL color Cylindrical-coordinate representation of color #DC12B0: hue angle of 313.07º 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 #DC12B0 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 176 | - |
| CMYK | 0 | 0.92 | 0.2 | 0.14 |
| HSL | 313.07º | 0.85% | 0.47% | - |
| HSV(B) | 313.07º | 0.92% | 0.86% | - |
| XYZ | 37.57 | 18.78 | 42.72 | - |
| YUV | 96.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 176 | 0 | 0.92 | 0.2 | 0.14 | 313.07 | 0.85 | 0.47 |
| Hex | DC | 12 | B0 | 0 | 5C | 14 | E | 139 | 55 | 2F |
| Octal | 334 | 22 | 260 | 0 | 134 | 24 | 16 | 471 | 125 | 57 |
| Binary | 11011100 | 10010 | 10110000 | 0 | 1011100 | 10100 | 1110 | 100111001 | 1010101 | 101111 |
Color Harmonies of #DC12B0
Complementary color
Monochromatic Colors of #DC12B0
Black with #DC12B0
Text Example
Text Example
White with #DC12B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12B0; }
p { color: rgb(220,18,176); }
H1.HeaderClassName
{
color: #DC12B0;
}
.AnyTagClassName
{
color: #DC12B0;
}
</style>
background-color css
<style>
a { background-color: #DC12B0; }
a { background-color: rgb(220,18,176); }
div.DivClassName
{
background-color: #DC12B0;
}
.BgClassName
{
background-color: #DC12B0;
}
</style>
border-color css
<style>
span { border-color: #DC12B0; }
span { border-color: rgb(220,18,176); }
td.TdClassName
{
border-color: #DC12B0;
}
.TagClassName
{
border-color: #DC12B0;
}
</style>