Shades of Hollywood Cerise #DF0790
Tints of Hollywood Cerise #DF0790
RGB
CMYK
RGB Variations
Color information
#DF0790 (or 0xDF0790) is known color: Hollywood Cerise. HEX triplet: DF, 07 and 90. RGB value is (223,7,144). Sum of RGB (Red+Green+Blue) = 223+7+144=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0790 is #20F86F. Grayscale: #565656. Windows color (decimal): -2160752 or 9439199. OLE color: 9439199.
HSL color Cylindrical-coordinate representation of color #DF0790: hue angle of 321.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0790 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.13 |
| HSL | 321.94º | 0.94% | 0.45% | - |
| HSV(B) | 321.94º | 0.97% | 0.87% | - |
| XYZ | 35.54 | 17.85 | 27.96 | - |
| YUV | 87.2 | 160.06 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 144 | 0 | 0.97 | 0.35 | 0.13 | 321.94 | 0.94 | 0.45 |
| Hex | DF | 7 | 90 | 0 | 61 | 23 | D | 142 | 5E | 2D |
| Octal | 337 | 7 | 220 | 0 | 141 | 43 | 15 | 502 | 136 | 55 |
| Binary | 11011111 | 111 | 10010000 | 0 | 1100001 | 100011 | 1101 | 101000010 | 1011110 | 101101 |
Color Harmonies of #DF0790
Complementary color
Monochromatic Colors of #DF0790
Black with #DF0790
Text Example
Text Example
White with #DF0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0790; }
p { color: rgb(223,7,144); }
H1.HeaderClassName
{
color: #DF0790;
}
.AnyTagClassName
{
color: #DF0790;
}
</style>
background-color css
<style>
a { background-color: #DF0790; }
a { background-color: rgb(223,7,144); }
div.DivClassName
{
background-color: #DF0790;
}
.BgClassName
{
background-color: #DF0790;
}
</style>
border-color css
<style>
span { border-color: #DF0790; }
span { border-color: rgb(223,7,144); }
td.TdClassName
{
border-color: #DF0790;
}
.TagClassName
{
border-color: #DF0790;
}
</style>