Shades of Hollywood Cerise #DF039C
Tints of Hollywood Cerise #DF039C
RGB
CMYK
RGB Variations
Color information
#DF039C (or 0xDF039C) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 9C. RGB value is (223,3,156). Sum of RGB (Red+Green+Blue) = 223+3+156=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF039C is #20FC63. Grayscale: #555555. Windows color (decimal): -2161764 or 10224607. OLE color: 10224607.
HSL color Cylindrical-coordinate representation of color #DF039C: hue angle of 318.27º 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 #DF039C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.13 |
| HSL | 318.27º | 0.97% | 0.44% | - |
| HSV(B) | 318.27º | 0.99% | 0.87% | - |
| XYZ | 36.46 | 18.15 | 33.03 | - |
| YUV | 86.22 | 167.39 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 156 | 0 | 0.99 | 0.30 | 0.13 | 318.27 | 0.97 | 0.44 |
| Hex | DF | 3 | 9C | 0 | 63 | 1E | D | 13E | 61 | 2C |
| Octal | 337 | 3 | 234 | 0 | 143 | 36 | 15 | 476 | 141 | 54 |
| Binary | 11011111 | 11 | 10011100 | 0 | 1100011 | 11110 | 1101 | 100111110 | 1100001 | 101100 |
Color Harmonies of #DF039C
Complementary color
Monochromatic Colors of #DF039C
Black with #DF039C
Text Example
Text Example
White with #DF039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF039C; }
p { color: rgb(223,3,156); }
H1.HeaderClassName
{
color: #DF039C;
}
.AnyTagClassName
{
color: #DF039C;
}
</style>
background-color css
<style>
a { background-color: #DF039C; }
a { background-color: rgb(223,3,156); }
div.DivClassName
{
background-color: #DF039C;
}
.BgClassName
{
background-color: #DF039C;
}
</style>
border-color css
<style>
span { border-color: #DF039C; }
span { border-color: rgb(223,3,156); }
td.TdClassName
{
border-color: #DF039C;
}
.TagClassName
{
border-color: #DF039C;
}
</style>