#DF0EAC

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

Shades of Hollywood Cerise #DF0EAC

Tints of Hollywood Cerise #DF0EAC

Color information

#DF0EAC (or 0xDF0EAC) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0E and AC. RGB value is (223,14,172). Sum of RGB (Red+Green+Blue) = 223+14+172=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EAC is #20F153. Grayscale: #5E5E5E. Windows color (decimal): -2158932 or 11275999. OLE color: 11275999.

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

Color convert

RGB22314172-
CMYK00.940.230.13
HSL314.64º88.19%46.47%-
HSV(B)314.64º93.72%87.45%-
XYZ38.0318.9840.69-
YUV94.5171.74219.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.52%
GREEN value IS 14 (5.86% from 255) = 3.42%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=54.52%
G=3.42%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231417200.940.230.13314.6488.1946.47
HexDFEAC05E17D13b582e
Octal337162540136271547313056
Binary11011111111010101100010111101011111011001110111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0EAC; }

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

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

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

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

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

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

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

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