#FF80DE

Color #FF80DE Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF80DE

Tints of Pale Magenta #FF80DE

Color information

#FF80DE (or 0xFF80DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and DE. RGB value is (255,128,222). Sum of RGB (Red+Green+Blue) = 255+128+222=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DE is #007F21. Grayscale: #B0B0B0. Windows color (decimal): -32546 or 14582015. OLE color: 14582015.

HSL color Cylindrical-coordinate representation of color #FF80DE: hue angle of 315.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80DE is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255128222-
CMYK00.500.130
HSL315.59º100%75.1%-
HSV(B)315.59º49.8%100%-
XYZ62.1441.9773.93-
YUV176.69153.58183.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 128 (50.39% from 255) = 21.16%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=42.15%
G=21.16%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512822200.500.130315.5910075.1
HexFF80DE032D013c644b
Octal377200336062150474144113
Binary11111111100000001101111001100101101010011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80DE; }

 p { color: rgb(255,128,222); }

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

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

 a { background-color: rgb(255,128,222); }

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

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

 span { border-color: rgb(255,128,222); }

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