#FF82D9

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

Shades of Pale Magenta #FF82D9

Tints of Pale Magenta #FF82D9

Color information

#FF82D9 (or 0xFF82D9) is unknown color: approx Pale Magenta. HEX triplet: FF, 82 and D9. RGB value is (255,130,217). Sum of RGB (Red+Green+Blue) = 255+130+217=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82D9 is #007D26. Grayscale: #B1B1B1. Windows color (decimal): -32039 or 14254847. OLE color: 14254847.

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

Color convert

RGB255130217-
CMYK00.490.150
HSL318.24º100%75.49%-
HSV(B)318.24º49.02%100%-
XYZ61.7542.2470.54-
YUV177.29150.41183.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 130 (51.17% from 255) = 21.59%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=42.36%
G=21.59%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513021700.490.150318.2410075.49
HexFF82D9031F013e644b
Octal377202331061170476144113
Binary11111111100000101101100101100011111010011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82D9; }

 p { color: rgb(255,130,217); }

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

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

 a { background-color: rgb(255,130,217); }

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

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

 span { border-color: rgb(255,130,217); }

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