Shades of Hollywood Cerise #DF0396
Tints of Hollywood Cerise #DF0396
RGB
CMYK
RGB Variations
Color information
#DF0396 (or 0xDF0396) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 96. RGB value is (223,3,150). Sum of RGB (Red+Green+Blue) = 223+3+150=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0396 is #20FC69. Grayscale: #555555. Windows color (decimal): -2161770 or 9831391. OLE color: 9831391.
HSL color Cylindrical-coordinate representation of color #DF0396: hue angle of 319.91º 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 #DF0396 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.13 |
| HSL | 319.91º | 0.97% | 0.44% | - |
| HSV(B) | 319.91º | 0.99% | 0.87% | - |
| XYZ | 35.97 | 17.96 | 30.42 | - |
| YUV | 85.54 | 164.39 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 150 | 0 | 0.99 | 0.33 | 0.13 | 319.91 | 0.97 | 0.44 |
| Hex | DF | 3 | 96 | 0 | 63 | 21 | D | 140 | 61 | 2C |
| Octal | 337 | 3 | 226 | 0 | 143 | 41 | 15 | 500 | 141 | 54 |
| Binary | 11011111 | 11 | 10010110 | 0 | 1100011 | 100001 | 1101 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DF0396
Complementary color
Monochromatic Colors of #DF0396
Black with #DF0396
Text Example
Text Example
White with #DF0396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0396; }
p { color: rgb(223,3,150); }
H1.HeaderClassName
{
color: #DF0396;
}
.AnyTagClassName
{
color: #DF0396;
}
</style>
background-color css
<style>
a { background-color: #DF0396; }
a { background-color: rgb(223,3,150); }
div.DivClassName
{
background-color: #DF0396;
}
.BgClassName
{
background-color: #DF0396;
}
</style>
border-color css
<style>
span { border-color: #DF0396; }
span { border-color: rgb(223,3,150); }
td.TdClassName
{
border-color: #DF0396;
}
.TagClassName
{
border-color: #DF0396;
}
</style>