#DE01A4

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

Shades of Hollywood Cerise #DE01A4

Tints of Hollywood Cerise #DE01A4

Color information

#DE01A4 (or 0xDE01A4) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 01 and A4. RGB value is (222,1,164). Sum of RGB (Red+Green+Blue) = 222+1+164=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01A4 is #21FE5B. Grayscale: #555555. Windows color (decimal): -2227804 or 10748382. OLE color: 10748382.

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

Color convert

RGB2221164-
CMYK01.000.260.13
HSL315.75º99.1%43.73%-
HSV(B)315.75º99.55%87.06%-
XYZ36.8418.2336.7-
YUV85.66172.22225.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.36%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=57.36%
G=0.26%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222116401.000.260.13315.7599.143.73
HexDE1A40641AD13c632c
Octal33612440144321547414354
Binary11011110110100100011001001101011011001111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE01A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE01A4; }

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

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

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

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

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

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

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

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