#FF83DE

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

Shades of Pale Magenta #FF83DE

Tints of Pale Magenta #FF83DE

Color information

#FF83DE (or 0xFF83DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 83 and DE. RGB value is (255,131,222). Sum of RGB (Red+Green+Blue) = 255+131+222=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83DE is #007C21. Grayscale: #B2B2B2. Windows color (decimal): -31778 or 14582783. OLE color: 14582783.

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

Color convert

RGB255131222-
CMYK00.490.130
HSL315.97º100%75.69%-
HSV(B)315.97º48.63%100%-
XYZ62.5442.7774.07-
YUV178.45152.58182.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 131 (51.56% from 255) = 21.55%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=41.94%
G=21.55%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513122200.490.130315.9710075.69
HexFF83DE031D013c644c
Octal377203336061150474144114
Binary11111111100000111101111001100011101010011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83DE; }

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

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

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

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

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

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

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

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