Shades of Hollywood Cerise #DC129E
Tints of Hollywood Cerise #DC129E
RGB
CMYK
RGB Variations
Color information
#DC129E (or 0xDC129E) is known color: Hollywood Cerise. HEX triplet: DC, 12 and 9E. RGB value is (220,18,158). Sum of RGB (Red+Green+Blue) = 220+18+158=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC129E is #23ED61. Grayscale: #5E5E5E. Windows color (decimal): -2354530 or 10359516. OLE color: 10359516.
HSL color Cylindrical-coordinate representation of color #DC129E: hue angle of 318.42º 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 #DC129E is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 158 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.14 |
| HSL | 318.42º | 0.85% | 0.47% | - |
| HSV(B) | 318.42º | 0.92% | 0.86% | - |
| XYZ | 35.9 | 18.12 | 33.95 | - |
| YUV | 94.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 158 | 0 | 0.92 | 0.28 | 0.14 | 318.42 | 0.85 | 0.47 |
| Hex | DC | 12 | 9E | 0 | 5C | 1C | E | 13E | 55 | 2F |
| Octal | 334 | 22 | 236 | 0 | 134 | 34 | 16 | 476 | 125 | 57 |
| Binary | 11011100 | 10010 | 10011110 | 0 | 1011100 | 11100 | 1110 | 100111110 | 1010101 | 101111 |
Color Harmonies of #DC129E
Complementary color
Monochromatic Colors of #DC129E
Black with #DC129E
Text Example
Text Example
White with #DC129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC129E; }
p { color: rgb(220,18,158); }
H1.HeaderClassName
{
color: #DC129E;
}
.AnyTagClassName
{
color: #DC129E;
}
</style>
background-color css
<style>
a { background-color: #DC129E; }
a { background-color: rgb(220,18,158); }
div.DivClassName
{
background-color: #DC129E;
}
.BgClassName
{
background-color: #DC129E;
}
</style>
border-color css
<style>
span { border-color: #DC129E; }
span { border-color: rgb(220,18,158); }
td.TdClassName
{
border-color: #DC129E;
}
.TagClassName
{
border-color: #DC129E;
}
</style>