Shades of Hollywood Cerise #DF039B
Tints of Hollywood Cerise #DF039B
RGB
CMYK
RGB Variations
Color information
#DF039B (or 0xDF039B) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 9B. RGB value is (223,3,155). Sum of RGB (Red+Green+Blue) = 223+3+155=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF039B is #20FC64. Grayscale: #555555. Windows color (decimal): -2161765 or 10159071. OLE color: 10159071.
HSL color Cylindrical-coordinate representation of color #DF039B: hue angle of 318.55º 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 #DF039B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.13 |
| HSL | 318.55º | 0.97% | 0.44% | - |
| HSV(B) | 318.55º | 0.99% | 0.87% | - |
| XYZ | 36.38 | 18.12 | 32.59 | - |
| YUV | 86.11 | 166.89 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 155 | 0 | 0.99 | 0.30 | 0.13 | 318.55 | 0.97 | 0.44 |
| Hex | DF | 3 | 9B | 0 | 63 | 1E | D | 13F | 61 | 2C |
| Octal | 337 | 3 | 233 | 0 | 143 | 36 | 15 | 477 | 141 | 54 |
| Binary | 11011111 | 11 | 10011011 | 0 | 1100011 | 11110 | 1101 | 100111111 | 1100001 | 101100 |
Color Harmonies of #DF039B
Complementary color
Monochromatic Colors of #DF039B
Black with #DF039B
Text Example
Text Example
White with #DF039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF039B; }
p { color: rgb(223,3,155); }
H1.HeaderClassName
{
color: #DF039B;
}
.AnyTagClassName
{
color: #DF039B;
}
</style>
background-color css
<style>
a { background-color: #DF039B; }
a { background-color: rgb(223,3,155); }
div.DivClassName
{
background-color: #DF039B;
}
.BgClassName
{
background-color: #DF039B;
}
</style>
border-color css
<style>
span { border-color: #DF039B; }
span { border-color: rgb(223,3,155); }
td.TdClassName
{
border-color: #DF039B;
}
.TagClassName
{
border-color: #DF039B;
}
</style>