#DF0EA9

Color #DF0EA9 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DF0EA9

Tints of Hollywood Cerise #DF0EA9

Color information

#DF0EA9 (or 0xDF0EA9) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0E and A9. RGB value is (223,14,169). Sum of RGB (Red+Green+Blue) = 223+14+169=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EA9 is #20F156. Grayscale: #5D5D5D. Windows color (decimal): -2158935 or 11079391. OLE color: 11079391.

HSL color Cylindrical-coordinate representation of color #DF0EA9: hue angle of 315.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EA9 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22314169-
CMYK00.940.240.13
HSL315.5º88.19%46.47%-
HSV(B)315.5º93.72%87.45%-
XYZ37.7518.8739.19-
YUV94.16170.24219.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 54.93%
GREEN value IS 14 (5.86% from 255) = 3.45%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=54.93%
G=3.45%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231416900.940.240.13315.588.1946.47
HexDFEA905E18D13c582e
Octal337162510136301547413056
Binary11011111111010101001010111101100011011001111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0EA9; }

 p { color: rgb(223,14,169); }

 H1.HeaderClassName
 {
   color: #DF0EA9;
 }
 .AnyTagClassName
 {
   color: #DF0EA9;
 }
</style>
background-color css

<style>
 a { background-color: #DF0EA9; }

 a { background-color: rgb(223,14,169); }

 div.DivClassName
 {
   background-color: #DF0EA9;
 }
 .BgClassName
 {
   background-color: #DF0EA9;
 }
</style>
border-color css

<style>
 span { border-color: #DF0EA9; }

 span { border-color: rgb(223,14,169); }

 td.TdClassName
 {
   border-color: #DF0EA9;
 }
 .TagClassName
 {
   border-color: #DF0EA9;
 }
</style>