Shades of Hollywood Cerise #DF119A
Tints of Hollywood Cerise #DF119A
RGB
CMYK
RGB Variations
Color information
#DF119A (or 0xDF119A) is known color: Hollywood Cerise. HEX triplet: DF, 11 and 9A. RGB value is (223,17,154). Sum of RGB (Red+Green+Blue) = 223+17+154=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF119A is #20EE65. Grayscale: #5D5D5D. Windows color (decimal): -2158182 or 10097119. OLE color: 10097119.
HSL color Cylindrical-coordinate representation of color #DF119A: hue angle of 320.1º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF119A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 154 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.13 |
| HSL | 320.1º | 0.86% | 0.47% | - |
| HSV(B) | 320.1º | 0.92% | 0.87% | - |
| XYZ | 36.46 | 18.42 | 32.21 | - |
| YUV | 94.21 | 161.75 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 154 | 0 | 0.92 | 0.31 | 0.13 | 320.1 | 0.86 | 0.47 |
| Hex | DF | 11 | 9A | 0 | 5C | 1F | D | 140 | 56 | 2F |
| Octal | 337 | 21 | 232 | 0 | 134 | 37 | 15 | 500 | 126 | 57 |
| Binary | 11011111 | 10001 | 10011010 | 0 | 1011100 | 11111 | 1101 | 101000000 | 1010110 | 101111 |
Color Harmonies of #DF119A
Complementary color
Monochromatic Colors of #DF119A
Black with #DF119A
Text Example
Text Example
White with #DF119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF119A; }
p { color: rgb(223,17,154); }
H1.HeaderClassName
{
color: #DF119A;
}
.AnyTagClassName
{
color: #DF119A;
}
</style>
background-color css
<style>
a { background-color: #DF119A; }
a { background-color: rgb(223,17,154); }
div.DivClassName
{
background-color: #DF119A;
}
.BgClassName
{
background-color: #DF119A;
}
</style>
border-color css
<style>
span { border-color: #DF119A; }
span { border-color: rgb(223,17,154); }
td.TdClassName
{
border-color: #DF119A;
}
.TagClassName
{
border-color: #DF119A;
}
</style>