#FF80DC

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

Shades of Pale Magenta #FF80DC

Tints of Pale Magenta #FF80DC

Color information

#FF80DC (or 0xFF80DC) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and DC. RGB value is (255,128,220). Sum of RGB (Red+Green+Blue) = 255+128+220=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DC is #007F23. Grayscale: #B0B0B0. Windows color (decimal): -32548 or 14450943. OLE color: 14450943.

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

Color convert

RGB255128220-
CMYK00.500.140
HSL316.54º100%75.1%-
HSV(B)316.54º49.8%100%-
XYZ61.8841.8772.53-
YUV176.46152.58184.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 128 (50.39% from 255) = 21.23%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=42.29%
G=21.23%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512822000.500.140316.5410075.1
HexFF80DC032E013d644b
Octal377200334062160475144113
Binary11111111100000001101110001100101110010011110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80DC; }

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

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

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

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

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

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

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

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