Shades of Hollywood Cerise #DF0399
Tints of Hollywood Cerise #DF0399
RGB
CMYK
RGB Variations
Color information
#DF0399 (or 0xDF0399) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 99. RGB value is (223,3,153). Sum of RGB (Red+Green+Blue) = 223+3+153=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0399 is #20FC66. Grayscale: #555555. Windows color (decimal): -2161767 or 10027999. OLE color: 10027999.
HSL color Cylindrical-coordinate representation of color #DF0399: hue angle of 319.09º 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 #DF0399 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.13 |
| HSL | 319.09º | 0.97% | 0.44% | - |
| HSV(B) | 319.09º | 0.99% | 0.87% | - |
| XYZ | 36.21 | 18.05 | 31.71 | - |
| YUV | 85.88 | 165.89 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 153 | 0 | 0.99 | 0.31 | 0.13 | 319.09 | 0.97 | 0.44 |
| Hex | DF | 3 | 99 | 0 | 63 | 1F | D | 13F | 61 | 2C |
| Octal | 337 | 3 | 231 | 0 | 143 | 37 | 15 | 477 | 141 | 54 |
| Binary | 11011111 | 11 | 10011001 | 0 | 1100011 | 11111 | 1101 | 100111111 | 1100001 | 101100 |
Color Harmonies of #DF0399
Complementary color
Monochromatic Colors of #DF0399
Black with #DF0399
Text Example
Text Example
White with #DF0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0399; }
p { color: rgb(223,3,153); }
H1.HeaderClassName
{
color: #DF0399;
}
.AnyTagClassName
{
color: #DF0399;
}
</style>
background-color css
<style>
a { background-color: #DF0399; }
a { background-color: rgb(223,3,153); }
div.DivClassName
{
background-color: #DF0399;
}
.BgClassName
{
background-color: #DF0399;
}
</style>
border-color css
<style>
span { border-color: #DF0399; }
span { border-color: rgb(223,3,153); }
td.TdClassName
{
border-color: #DF0399;
}
.TagClassName
{
border-color: #DF0399;
}
</style>