Shades of Hollywood Cerise #DF0094
Tints of Hollywood Cerise #DF0094
RGB
CMYK
RGB Variations
Color information
#DF0094 (or 0xDF0094) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 94. RGB value is (223,0,148). Sum of RGB (Red+Green+Blue) = 223+0+148=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0094 is #20FF6B. Grayscale: #535353. Windows color (decimal): -2162540 or 9699551. OLE color: 9699551.
HSL color Cylindrical-coordinate representation of color #DF0094: hue angle of 320.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0094 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.34 | 0.13 |
| HSL | 320.18º | 1% | 0.44% | - |
| HSV(B) | 320.18º | 1% | 0.87% | - |
| XYZ | 35.78 | 17.83 | 29.57 | - |
| YUV | 83.55 | 164.38 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 148 | 0 | 1 | 0.34 | 0.13 | 320.18 | 1 | 0.44 |
| Hex | DF | 0 | 94 | 0 | 64 | 22 | D | 140 | 64 | 2C |
| Octal | 337 | 0 | 224 | 0 | 144 | 42 | 15 | 500 | 144 | 54 |
| Binary | 11011111 | 0 | 10010100 | 0 | 1100100 | 100010 | 1101 | 101000000 | 1100100 | 101100 |
Color Harmonies of #DF0094
Complementary color
Monochromatic Colors of #DF0094
Black with #DF0094
Text Example
Text Example
White with #DF0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0094; }
p { color: rgb(223,0,148); }
H1.HeaderClassName
{
color: #DF0094;
}
.AnyTagClassName
{
color: #DF0094;
}
</style>
background-color css
<style>
a { background-color: #DF0094; }
a { background-color: rgb(223,0,148); }
div.DivClassName
{
background-color: #DF0094;
}
.BgClassName
{
background-color: #DF0094;
}
</style>
border-color css
<style>
span { border-color: #DF0094; }
span { border-color: rgb(223,0,148); }
td.TdClassName
{
border-color: #DF0094;
}
.TagClassName
{
border-color: #DF0094;
}
</style>