#DE01A3

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

Shades of Hollywood Cerise #DE01A3

Tints of Hollywood Cerise #DE01A3

Color information

#DE01A3 (or 0xDE01A3) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 01 and A3. RGB value is (222,1,163). Sum of RGB (Red+Green+Blue) = 222+1+163=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01A3 is #21FE5C. Grayscale: #555555. Windows color (decimal): -2227805 or 10682846. OLE color: 10682846.

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

Color convert

RGB2221163-
CMYK01.000.270.13
HSL316.02º99.1%43.73%-
HSV(B)316.02º99.55%87.06%-
XYZ36.7518.236.23-
YUV85.55171.72225.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.51%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=57.51%
G=0.26%
B=42.23%

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
Decimal222116301.000.270.13316.0299.143.73
HexDE1A30641BD13c632c
Octal33612430144331547414354
Binary11011110110100011011001001101111011001111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE01A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE01A3; }

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

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

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

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

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

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

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

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