#FF82D5

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

Shades of Pale Magenta #FF82D5

Tints of Pale Magenta #FF82D5

Color information

#FF82D5 (or 0xFF82D5) is unknown color: approx Pale Magenta. HEX triplet: FF, 82 and D5. RGB value is (255,130,213). Sum of RGB (Red+Green+Blue) = 255+130+213=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82D5 is #007D2A. Grayscale: #B0B0B0. Windows color (decimal): -32043 or 13992703. OLE color: 13992703.

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

Color convert

RGB255130213-
CMYK00.490.160
HSL320.16º100%75.49%-
HSV(B)320.16º49.02%100%-
XYZ61.2342.0367.84-
YUV176.84148.41183.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 130 (51.17% from 255) = 21.74%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=42.64%
G=21.74%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513021300.490.160320.1610075.49
HexFF82D5031100140644b
Octal377202325061200500144113
Binary111111111000001011010101011000110000010100000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82D5; }

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

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

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

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

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

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

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

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