#DE01AB

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

Shades of Hollywood Cerise #DE01AB

Tints of Hollywood Cerise #DE01AB

Color information

#DE01AB (or 0xDE01AB) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 01 and AB. RGB value is (222,1,171). Sum of RGB (Red+Green+Blue) = 222+1+171=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01AB is #21FE54. Grayscale: #565656. Windows color (decimal): -2227797 or 11207134. OLE color: 11207134.

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

Color convert

RGB2221171-
CMYK01.000.230.13
HSL313.85º99.1%43.73%-
HSV(B)313.85º99.55%87.06%-
XYZ37.4918.4940.12-
YUV86.46175.72224.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=56.35%
G=0.25%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222117101.000.230.13313.8599.143.73
HexDE1AB06417D13a632c
Octal33612530144271547214354
Binary11011110110101011011001001011111011001110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE01AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE01AB; }

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

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

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

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

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

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

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

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