Shades of Hollywood Cerise #DF0390
Tints of Hollywood Cerise #DF0390
RGB
CMYK
RGB Variations
Color information
#DF0390 (or 0xDF0390) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 90. RGB value is (223,3,144). Sum of RGB (Red+Green+Blue) = 223+3+144=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0390 is #20FC6F. Grayscale: #545454. Windows color (decimal): -2161776 or 9438175. OLE color: 9438175.
HSL color Cylindrical-coordinate representation of color #DF0390: hue angle of 321.55º 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 #DF0390 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.13 |
| HSL | 321.55º | 0.97% | 0.44% | - |
| HSV(B) | 321.55º | 0.99% | 0.87% | - |
| XYZ | 35.5 | 17.77 | 27.94 | - |
| YUV | 84.85 | 161.39 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 144 | 0 | 0.99 | 0.35 | 0.13 | 321.55 | 0.97 | 0.44 |
| Hex | DF | 3 | 90 | 0 | 63 | 23 | D | 142 | 61 | 2C |
| Octal | 337 | 3 | 220 | 0 | 143 | 43 | 15 | 502 | 141 | 54 |
| Binary | 11011111 | 11 | 10010000 | 0 | 1100011 | 100011 | 1101 | 101000010 | 1100001 | 101100 |
Color Harmonies of #DF0390
Complementary color
Monochromatic Colors of #DF0390
Black with #DF0390
Text Example
Text Example
White with #DF0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0390; }
p { color: rgb(223,3,144); }
H1.HeaderClassName
{
color: #DF0390;
}
.AnyTagClassName
{
color: #DF0390;
}
</style>
background-color css
<style>
a { background-color: #DF0390; }
a { background-color: rgb(223,3,144); }
div.DivClassName
{
background-color: #DF0390;
}
.BgClassName
{
background-color: #DF0390;
}
</style>
border-color css
<style>
span { border-color: #DF0390; }
span { border-color: rgb(223,3,144); }
td.TdClassName
{
border-color: #DF0390;
}
.TagClassName
{
border-color: #DF0390;
}
</style>