#FF82DE

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

Shades of Pale Magenta #FF82DE

Tints of Pale Magenta #FF82DE

Color information

#FF82DE (or 0xFF82DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 82 and DE. RGB value is (255,130,222). Sum of RGB (Red+Green+Blue) = 255+130+222=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82DE is #007D21. Grayscale: #B1B1B1. Windows color (decimal): -32034 or 14582527. OLE color: 14582527.

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

Color convert

RGB255130222-
CMYK00.490.130
HSL315.84º100%75.49%-
HSV(B)315.84º49.02%100%-
XYZ62.4142.574.02-
YUV177.86152.91183.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 130 (51.17% from 255) = 21.42%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=42.01%
G=21.42%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513022200.490.130315.8410075.49
HexFF82DE031D013c644b
Octal377202336061150474144113
Binary11111111100000101101111001100011101010011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82DE; }

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

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

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

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

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

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

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

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