Shades of Hollywood Cerise #DF0490
Tints of Hollywood Cerise #DF0490
RGB
CMYK
RGB Variations
Color information
#DF0490 (or 0xDF0490) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 90. RGB value is (223,4,144). Sum of RGB (Red+Green+Blue) = 223+4+144=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0490 is #20FB6F. Grayscale: #555555. Windows color (decimal): -2161520 or 9438431. OLE color: 9438431.
HSL color Cylindrical-coordinate representation of color #DF0490: hue angle of 321.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0490 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 144 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.13 |
| HSL | 321.64º | 0.96% | 0.45% | - |
| HSV(B) | 321.64º | 0.98% | 0.87% | - |
| XYZ | 35.51 | 17.79 | 27.95 | - |
| YUV | 85.44 | 161.05 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 144 | 0 | 0.98 | 0.35 | 0.13 | 321.64 | 0.96 | 0.45 |
| Hex | DF | 4 | 90 | 0 | 62 | 23 | D | 142 | 60 | 2D |
| Octal | 337 | 4 | 220 | 0 | 142 | 43 | 15 | 502 | 140 | 55 |
| Binary | 11011111 | 100 | 10010000 | 0 | 1100010 | 100011 | 1101 | 101000010 | 1100000 | 101101 |
Color Harmonies of #DF0490
Complementary color
Monochromatic Colors of #DF0490
Black with #DF0490
Text Example
Text Example
White with #DF0490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0490; }
p { color: rgb(223,4,144); }
H1.HeaderClassName
{
color: #DF0490;
}
.AnyTagClassName
{
color: #DF0490;
}
</style>
background-color css
<style>
a { background-color: #DF0490; }
a { background-color: rgb(223,4,144); }
div.DivClassName
{
background-color: #DF0490;
}
.BgClassName
{
background-color: #DF0490;
}
</style>
border-color css
<style>
span { border-color: #DF0490; }
span { border-color: rgb(223,4,144); }
td.TdClassName
{
border-color: #DF0490;
}
.TagClassName
{
border-color: #DF0490;
}
</style>