#FF81DA

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

Shades of Pale Magenta #FF81DA

Tints of Pale Magenta #FF81DA

Color information

#FF81DA (or 0xFF81DA) is unknown color: approx Pale Magenta. HEX triplet: FF, 81 and DA. RGB value is (255,129,218). Sum of RGB (Red+Green+Blue) = 255+129+218=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81DA is #007E25. Grayscale: #B0B0B0. Windows color (decimal): -32294 or 14320127. OLE color: 14320127.

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

Color convert

RGB255129218-
CMYK00.490.150
HSL317.62º100%75.29%-
HSV(B)317.62º49.41%100%-
XYZ61.7542.0271.19-
YUV176.82151.24183.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=42.36%
G=21.43%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512921800.490.150317.6210075.29
HexFF81DA031F013e644b
Octal377201332061170476144113
Binary11111111100000011101101001100011111010011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81DA; }

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

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

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

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

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

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

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

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