#DF0EAD

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

Shades of Hollywood Cerise #DF0EAD

Tints of Hollywood Cerise #DF0EAD

Color information

#DF0EAD (or 0xDF0EAD) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0E and AD. RGB value is (223,14,173). Sum of RGB (Red+Green+Blue) = 223+14+173=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EAD is #20F152. Grayscale: #5E5E5E. Windows color (decimal): -2158931 or 11341535. OLE color: 11341535.

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

Color convert

RGB22314173-
CMYK00.940.220.13
HSL314.35º88.19%46.47%-
HSV(B)314.35º93.72%87.45%-
XYZ38.1319.0241.2-
YUV94.62172.24219.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.39%
GREEN value IS 14 (5.86% from 255) = 3.41%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=54.39%
G=3.41%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231417300.940.220.13314.3588.1946.47
HexDFEAD05E16D13a582e
Octal337162550136261547213056
Binary11011111111010101101010111101011011011001110101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0EAD; }

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

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

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

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

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

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

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

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