#FF80D5

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

Shades of Pale Magenta #FF80D5

Tints of Pale Magenta #FF80D5

Color information

#FF80D5 (or 0xFF80D5) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and D5. RGB value is (255,128,213). Sum of RGB (Red+Green+Blue) = 255+128+213=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80D5 is #007F2A. Grayscale: #AFAFAF. Windows color (decimal): -32555 or 13992191. OLE color: 13992191.

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

Color convert

RGB255128213-
CMYK00.500.160
HSL319.84º100%75.1%-
HSV(B)319.84º49.8%100%-
XYZ60.9741.567.75-
YUV175.66149.08184.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 128 (50.39% from 255) = 21.48%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=42.79%
G=21.48%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512821300.500.160319.8410075.1
HexFF80D5032100140644b
Octal377200325062200500144113
Binary111111111000000011010101011001010000010100000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80D5; }

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

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

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

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

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

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

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

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