Shades of Hollywood Cerise #DC119F
Tints of Hollywood Cerise #DC119F
RGB
CMYK
RGB Variations
Color information
#DC119F (or 0xDC119F) is known color: Hollywood Cerise. HEX triplet: DC, 11 and 9F. RGB value is (220,17,159). Sum of RGB (Red+Green+Blue) = 220+17+159=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC119F is #23EE60. Grayscale: #5D5D5D. Windows color (decimal): -2354785 or 10424796. OLE color: 10424796.
HSL color Cylindrical-coordinate representation of color #DC119F: hue angle of 318.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC119F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 159 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.14 |
| HSL | 318.03º | 0.86% | 0.46% | - |
| HSV(B) | 318.03º | 0.92% | 0.86% | - |
| XYZ | 35.97 | 18.12 | 34.4 | - |
| YUV | 93.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 159 | 0 | 0.92 | 0.28 | 0.14 | 318.03 | 0.86 | 0.46 |
| Hex | DC | 11 | 9F | 0 | 5C | 1C | E | 13E | 56 | 2E |
| Octal | 334 | 21 | 237 | 0 | 134 | 34 | 16 | 476 | 126 | 56 |
| Binary | 11011100 | 10001 | 10011111 | 0 | 1011100 | 11100 | 1110 | 100111110 | 1010110 | 101110 |
Color Harmonies of #DC119F
Complementary color
Monochromatic Colors of #DC119F
Black with #DC119F
Text Example
Text Example
White with #DC119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC119F; }
p { color: rgb(220,17,159); }
H1.HeaderClassName
{
color: #DC119F;
}
.AnyTagClassName
{
color: #DC119F;
}
</style>
background-color css
<style>
a { background-color: #DC119F; }
a { background-color: rgb(220,17,159); }
div.DivClassName
{
background-color: #DC119F;
}
.BgClassName
{
background-color: #DC119F;
}
</style>
border-color css
<style>
span { border-color: #DC119F; }
span { border-color: rgb(220,17,159); }
td.TdClassName
{
border-color: #DC119F;
}
.TagClassName
{
border-color: #DC119F;
}
</style>