Shades of Hollywood Cerise #DF039F
Tints of Hollywood Cerise #DF039F
RGB
CMYK
RGB Variations
Color information
#DF039F (or 0xDF039F) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 9F. RGB value is (223,3,159). Sum of RGB (Red+Green+Blue) = 223+3+159=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF039F is #20FC60. Grayscale: #565656. Windows color (decimal): -2161761 or 10421215. OLE color: 10421215.
HSL color Cylindrical-coordinate representation of color #DF039F: hue angle of 317.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF039F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 159 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.13 |
| HSL | 317.45º | 0.97% | 0.44% | - |
| HSV(B) | 317.45º | 0.99% | 0.87% | - |
| XYZ | 36.72 | 18.26 | 34.39 | - |
| YUV | 86.56 | 168.89 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 159 | 0 | 0.99 | 0.29 | 0.13 | 317.45 | 0.97 | 0.44 |
| Hex | DF | 3 | 9F | 0 | 63 | 1D | D | 13D | 61 | 2C |
| Octal | 337 | 3 | 237 | 0 | 143 | 35 | 15 | 475 | 141 | 54 |
| Binary | 11011111 | 11 | 10011111 | 0 | 1100011 | 11101 | 1101 | 100111101 | 1100001 | 101100 |
Color Harmonies of #DF039F
Complementary color
Monochromatic Colors of #DF039F
Black with #DF039F
Text Example
Text Example
White with #DF039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF039F; }
p { color: rgb(223,3,159); }
H1.HeaderClassName
{
color: #DF039F;
}
.AnyTagClassName
{
color: #DF039F;
}
</style>
background-color css
<style>
a { background-color: #DF039F; }
a { background-color: rgb(223,3,159); }
div.DivClassName
{
background-color: #DF039F;
}
.BgClassName
{
background-color: #DF039F;
}
</style>
border-color css
<style>
span { border-color: #DF039F; }
span { border-color: rgb(223,3,159); }
td.TdClassName
{
border-color: #DF039F;
}
.TagClassName
{
border-color: #DF039F;
}
</style>