#DF0EA8

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

Shades of Hollywood Cerise #DF0EA8

Tints of Hollywood Cerise #DF0EA8

Color information

#DF0EA8 (or 0xDF0EA8) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0E and A8. RGB value is (223,14,168). Sum of RGB (Red+Green+Blue) = 223+14+168=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EA8 is #20F157. Grayscale: #5D5D5D. Windows color (decimal): -2158936 or 11013855. OLE color: 11013855.

HSL color Cylindrical-coordinate representation of color #DF0EA8: hue angle of 315.79º 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 #DF0EA8 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB22314168-
CMYK00.940.250.13
HSL315.79º88.19%46.47%-
HSV(B)315.79º93.72%87.45%-
XYZ37.6618.8338.7-
YUV94.05169.74219.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.06%
GREEN value IS 14 (5.86% from 255) = 3.46%
BLUE value IS 168 (66.02% from 255) = 41.48%
R=55.06%
G=3.46%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231416800.940.250.13315.7988.1946.47
HexDFEA805E19D13c582e
Octal337162500136311547413056
Binary11011111111010101000010111101100111011001111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0EA8; }

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

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

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

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

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

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

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

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