Shades of Hollywood Cerise #DF019A
Tints of Hollywood Cerise #DF019A
RGB
CMYK
RGB Variations
Color information
#DF019A (or 0xDF019A) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 9A. RGB value is (223,1,154). Sum of RGB (Red+Green+Blue) = 223+1+154=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF019A is #20FE65. Grayscale: #545454. Windows color (decimal): -2162278 or 10093023. OLE color: 10093023.
HSL color Cylindrical-coordinate representation of color #DF019A: hue angle of 318.65º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF019A is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.13 |
| HSL | 318.65º | 0.99% | 0.44% | - |
| HSV(B) | 318.65º | 1% | 0.87% | - |
| XYZ | 36.28 | 18.04 | 32.14 | - |
| YUV | 84.82 | 167.05 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 154 | 0 | 1.00 | 0.31 | 0.13 | 318.65 | 0.99 | 0.44 |
| Hex | DF | 1 | 9A | 0 | 64 | 1F | D | 13F | 63 | 2C |
| Octal | 337 | 1 | 232 | 0 | 144 | 37 | 15 | 477 | 143 | 54 |
| Binary | 11011111 | 1 | 10011010 | 0 | 1100100 | 11111 | 1101 | 100111111 | 1100011 | 101100 |
Color Harmonies of #DF019A
Complementary color
Monochromatic Colors of #DF019A
Black with #DF019A
Text Example
Text Example
White with #DF019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF019A; }
p { color: rgb(223,1,154); }
H1.HeaderClassName
{
color: #DF019A;
}
.AnyTagClassName
{
color: #DF019A;
}
</style>
background-color css
<style>
a { background-color: #DF019A; }
a { background-color: rgb(223,1,154); }
div.DivClassName
{
background-color: #DF019A;
}
.BgClassName
{
background-color: #DF019A;
}
</style>
border-color css
<style>
span { border-color: #DF019A; }
span { border-color: rgb(223,1,154); }
td.TdClassName
{
border-color: #DF019A;
}
.TagClassName
{
border-color: #DF019A;
}
</style>