#FF88D9

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

Shades of Pale Magenta #FF88D9

Tints of Pale Magenta #FF88D9

Color information

#FF88D9 (or 0xFF88D9) is unknown color: approx Pale Magenta. HEX triplet: FF, 88 and D9. RGB value is (255,136,217). Sum of RGB (Red+Green+Blue) = 255+136+217=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 136 (53.52% from 255 or 22.37% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88D9 is #007726. Grayscale: #B4B4B4. Windows color (decimal): -30503 or 14256383. OLE color: 14256383.

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

Color convert

RGB255136217-
CMYK00.470.150
HSL319.16º100%76.67%-
HSV(B)319.16º46.67%100%-
XYZ62.5743.8870.82-
YUV180.82148.42180.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 136 (53.52% from 255) = 22.37%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=41.94%
G=22.37%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513621700.470.150319.1610076.67
HexFF88D902FF013f644d
Octal377210331057170477144115
Binary11111111100010001101100101011111111010011111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF88D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF88D9; }

 p { color: rgb(255,136,217); }

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

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

 a { background-color: rgb(255,136,217); }

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

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

 span { border-color: rgb(255,136,217); }

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