#FF89DC

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

Shades of Pale Magenta #FF89DC

Tints of Pale Magenta #FF89DC

Color information

#FF89DC (or 0xFF89DC) is unknown color: approx Pale Magenta. HEX triplet: FF, 89 and DC. RGB value is (255,137,220). Sum of RGB (Red+Green+Blue) = 255+137+220=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 137 (53.91% from 255 or 22.39% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89DC is #007623. Grayscale: #B5B5B5. Windows color (decimal): -30244 or 14453247. OLE color: 14453247.

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

Color convert

RGB255137220-
CMYK00.460.140
HSL317.8º100%76.86%-
HSV(B)317.8º46.27%100%-
XYZ63.144.3272.94-
YUV181.74149.59180.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 137 (53.91% from 255) = 22.39%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=41.67%
G=22.39%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513722000.460.140317.810076.86
HexFF89DC02EE013e644d
Octal377211334056160476144115
Binary11111111100010011101110001011101110010011111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF89DC; }

 p { color: rgb(255,137,220); }

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

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

 a { background-color: rgb(255,137,220); }

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

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

 span { border-color: rgb(255,137,220); }

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