Shades of Hollywood Cerise #DF139C
Tints of Hollywood Cerise #DF139C
RGB
CMYK
RGB Variations
Color information
#DF139C (or 0xDF139C) is known color: Hollywood Cerise. HEX triplet: DF, 13 and 9C. RGB value is (223,19,156). Sum of RGB (Red+Green+Blue) = 223+19+156=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF139C is #20EC63. Grayscale: #5F5F5F. Windows color (decimal): -2157668 or 10228703. OLE color: 10228703.
HSL color Cylindrical-coordinate representation of color #DF139C: hue angle of 319.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF139C is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 156 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.13 |
| HSL | 319.71º | 0.84% | 0.47% | - |
| HSV(B) | 319.71º | 0.91% | 0.87% | - |
| XYZ | 36.67 | 18.55 | 33.1 | - |
| YUV | 95.61 | 162.09 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 156 | 0 | 0.91 | 0.30 | 0.13 | 319.71 | 0.84 | 0.47 |
| Hex | DF | 13 | 9C | 0 | 5B | 1E | D | 140 | 54 | 2F |
| Octal | 337 | 23 | 234 | 0 | 133 | 36 | 15 | 500 | 124 | 57 |
| Binary | 11011111 | 10011 | 10011100 | 0 | 1011011 | 11110 | 1101 | 101000000 | 1010100 | 101111 |
Color Harmonies of #DF139C
Complementary color
Monochromatic Colors of #DF139C
Black with #DF139C
Text Example
Text Example
White with #DF139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF139C; }
p { color: rgb(223,19,156); }
H1.HeaderClassName
{
color: #DF139C;
}
.AnyTagClassName
{
color: #DF139C;
}
</style>
background-color css
<style>
a { background-color: #DF139C; }
a { background-color: rgb(223,19,156); }
div.DivClassName
{
background-color: #DF139C;
}
.BgClassName
{
background-color: #DF139C;
}
</style>
border-color css
<style>
span { border-color: #DF139C; }
span { border-color: rgb(223,19,156); }
td.TdClassName
{
border-color: #DF139C;
}
.TagClassName
{
border-color: #DF139C;
}
</style>