#FF80DA

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

Shades of Pale Magenta #FF80DA

Tints of Pale Magenta #FF80DA

Color information

#FF80DA (or 0xFF80DA) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and DA. RGB value is (255,128,218). Sum of RGB (Red+Green+Blue) = 255+128+218=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DA is #007F25. Grayscale: #AFAFAF. Windows color (decimal): -32550 or 14319871. OLE color: 14319871.

HSL color Cylindrical-coordinate representation of color #FF80DA: hue angle of 317.48º 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 #FF80DA is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255128218-
CMYK00.500.150
HSL317.48º100%75.1%-
HSV(B)317.48º49.8%100%-
XYZ61.6141.7671.14-
YUV176.23151.58184.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 128 (50.39% from 255) = 21.30%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=42.43%
G=21.30%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512821800.500.150317.4810075.1
HexFF80DA032F013d644b
Octal377200332062170475144113
Binary11111111100000001101101001100101111010011110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80DA; }

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

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

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

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

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

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

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

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