#DE00A2

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

Shades of Hollywood Cerise #DE00A2

Tints of Hollywood Cerise #DE00A2

Color information

#DE00A2 (or 0xDE00A2) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 00 and A2. RGB value is (222,0,162). Sum of RGB (Red+Green+Blue) = 222+0+162=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00A2 is #21FF5D. Grayscale: #545454. Windows color (decimal): -2228062 or 10617054. OLE color: 10617054.

HSL color Cylindrical-coordinate representation of color #DE00A2: hue angle of 316.22º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00A2 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB2220162-
CMYK010.270.13
HSL316.22º100%43.53%-
HSV(B)316.22º100%87.06%-
XYZ36.6518.1435.75-
YUV84.85171.55225.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 162 (63.67% from 255) = 42.19%
R=57.81%
G=0%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2220162010.270.13316.2210043.53
HexDE0A20641BD13c642c
Octal33602420144331547414454
Binary11011110010100010011001001101111011001111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE00A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE00A2; }

 p { color: rgb(222,0,162); }

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

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

 a { background-color: rgb(222,0,162); }

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

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

 span { border-color: rgb(222,0,162); }

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