Shades of Hollywood Cerise #DF0394
Tints of Hollywood Cerise #DF0394
RGB
CMYK
RGB Variations
Color information
#DF0394 (or 0xDF0394) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 94. RGB value is (223,3,148). Sum of RGB (Red+Green+Blue) = 223+3+148=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0394 is #20FC6B. Grayscale: #545454. Windows color (decimal): -2161772 or 9700319. OLE color: 9700319.
HSL color Cylindrical-coordinate representation of color #DF0394: hue angle of 320.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 #DF0394 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.13 |
| HSL | 320.45º | 0.97% | 0.44% | - |
| HSV(B) | 320.45º | 0.99% | 0.87% | - |
| XYZ | 35.81 | 17.89 | 29.58 | - |
| YUV | 85.31 | 163.39 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 148 | 0 | 0.99 | 0.34 | 0.13 | 320.45 | 0.97 | 0.44 |
| Hex | DF | 3 | 94 | 0 | 63 | 22 | D | 140 | 61 | 2C |
| Octal | 337 | 3 | 224 | 0 | 143 | 42 | 15 | 500 | 141 | 54 |
| Binary | 11011111 | 11 | 10010100 | 0 | 1100011 | 100010 | 1101 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DF0394
Complementary color
Monochromatic Colors of #DF0394
Black with #DF0394
Text Example
Text Example
White with #DF0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0394; }
p { color: rgb(223,3,148); }
H1.HeaderClassName
{
color: #DF0394;
}
.AnyTagClassName
{
color: #DF0394;
}
</style>
background-color css
<style>
a { background-color: #DF0394; }
a { background-color: rgb(223,3,148); }
div.DivClassName
{
background-color: #DF0394;
}
.BgClassName
{
background-color: #DF0394;
}
</style>
border-color css
<style>
span { border-color: #DF0394; }
span { border-color: rgb(223,3,148); }
td.TdClassName
{
border-color: #DF0394;
}
.TagClassName
{
border-color: #DF0394;
}
</style>