#DF0EB2

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

Shades of Hollywood Cerise #DF0EB2

Tints of Hollywood Cerise #DF0EB2

Color information

#DF0EB2 (or 0xDF0EB2) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0E and B2. RGB value is (223,14,178). Sum of RGB (Red+Green+Blue) = 223+14+178=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EB2 is #20F14D. Grayscale: #5E5E5E. Windows color (decimal): -2158926 or 11669215. OLE color: 11669215.

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

Color convert

RGB22314178-
CMYK00.940.200.13
HSL312.92º88.19%46.47%-
HSV(B)312.92º93.72%87.45%-
XYZ38.6219.2243.79-
YUV95.19174.74219.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 14 (5.86% from 255) = 3.37%
BLUE value IS 178 (69.92% from 255) = 42.89%
R=53.73%
G=3.37%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231417800.940.200.13312.9288.1946.47
HexDFEB205E14D139582e
Octal337162620136241547113056
Binary11011111111010110010010111101010011011001110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0EB2; }

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

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

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

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

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

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

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

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