#DE01A2

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

Shades of Hollywood Cerise #DE01A2

Tints of Hollywood Cerise #DE01A2

Color information

#DE01A2 (or 0xDE01A2) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 01 and A2. RGB value is (222,1,162). Sum of RGB (Red+Green+Blue) = 222+1+162=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01A2 is #21FE5D. Grayscale: #555555. Windows color (decimal): -2227806 or 10617310. OLE color: 10617310.

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

Color convert

RGB2221162-
CMYK01.000.270.13
HSL316.29º99.1%43.73%-
HSV(B)316.29º99.55%87.06%-
XYZ36.6618.1635.76-
YUV85.43171.22225.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.66%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=57.66%
G=0.26%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222116201.000.270.13316.2999.143.73
HexDE1A20641BD13c632c
Octal33612420144331547414354
Binary11011110110100010011001001101111011001111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE01A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE01A2; }

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

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

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

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

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

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

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

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