Shades of Hollywood Cerise #DE019F
Tints of Hollywood Cerise #DE019F
RGB
CMYK
RGB Variations
Color information
#DE019F (or 0xDE019F) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 9F. RGB value is (222,1,159). Sum of RGB (Red+Green+Blue) = 222+1+159=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE019F is #21FE60. Grayscale: #545454. Windows color (decimal): -2227809 or 10420702. OLE color: 10420702.
HSL color Cylindrical-coordinate representation of color #DE019F: hue angle of 317.1º 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 #DE019F is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.13 |
| HSL | 317.1º | 0.99% | 0.44% | - |
| HSV(B) | 317.1º | 1% | 0.87% | - |
| XYZ | 36.39 | 18.05 | 34.37 | - |
| YUV | 85.09 | 169.72 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 159 | 0 | 1.00 | 0.28 | 0.13 | 317.1 | 0.99 | 0.44 |
| Hex | DE | 1 | 9F | 0 | 64 | 1C | D | 13D | 63 | 2C |
| Octal | 336 | 1 | 237 | 0 | 144 | 34 | 15 | 475 | 143 | 54 |
| Binary | 11011110 | 1 | 10011111 | 0 | 1100100 | 11100 | 1101 | 100111101 | 1100011 | 101100 |
Color Harmonies of #DE019F
Complementary color
Monochromatic Colors of #DE019F
Black with #DE019F
Text Example
Text Example
White with #DE019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE019F; }
p { color: rgb(222,1,159); }
H1.HeaderClassName
{
color: #DE019F;
}
.AnyTagClassName
{
color: #DE019F;
}
</style>
background-color css
<style>
a { background-color: #DE019F; }
a { background-color: rgb(222,1,159); }
div.DivClassName
{
background-color: #DE019F;
}
.BgClassName
{
background-color: #DE019F;
}
</style>
border-color css
<style>
span { border-color: #DE019F; }
span { border-color: rgb(222,1,159); }
td.TdClassName
{
border-color: #DE019F;
}
.TagClassName
{
border-color: #DE019F;
}
</style>