#FF83DA

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

Shades of Pale Magenta #FF83DA

Tints of Pale Magenta #FF83DA

Color information

#FF83DA (or 0xFF83DA) is unknown color: approx Pale Magenta. HEX triplet: FF, 83 and DA. RGB value is (255,131,218). Sum of RGB (Red+Green+Blue) = 255+131+218=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83DA is #007C25. Grayscale: #B1B1B1. Windows color (decimal): -31782 or 14320639. OLE color: 14320639.

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

Color convert

RGB255131218-
CMYK00.490.150
HSL317.9º100%75.69%-
HSV(B)317.9º48.63%100%-
XYZ62.0142.5571.28-
YUV177.99150.58182.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 131 (51.56% from 255) = 21.69%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=42.22%
G=21.69%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513121800.490.150317.910075.69
HexFF83DA031F013e644c
Octal377203332061170476144114
Binary11111111100000111101101001100011111010011111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83DA; }

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

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

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

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

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

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

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

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