#DE01AA

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

Shades of Hollywood Cerise #DE01AA

Tints of Hollywood Cerise #DE01AA

Color information

#DE01AA (or 0xDE01AA) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 01 and AA. RGB value is (222,1,170). Sum of RGB (Red+Green+Blue) = 222+1+170=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01AA is #21FE55. Grayscale: #555555. Windows color (decimal): -2227798 or 11141598. OLE color: 11141598.

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

Color convert

RGB2221170-
CMYK01.000.230.13
HSL314.12º99.1%43.73%-
HSV(B)314.12º99.55%87.06%-
XYZ37.3918.4539.62-
YUV86.34175.22224.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=56.49%
G=0.25%
B=43.26%

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
Decimal222117001.000.230.13314.1299.143.73
HexDE1AA06417D13a632c
Octal33612520144271547214354
Binary11011110110101010011001001011111011001110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE01AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE01AA; }

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

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

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

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

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

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

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

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