#FF77DE

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

Shades of Pale Magenta #FF77DE

Tints of Pale Magenta #FF77DE

Color information

#FF77DE (or 0xFF77DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 77 and DE. RGB value is (255,119,222). Sum of RGB (Red+Green+Blue) = 255+119+222=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77DE is #008821. Grayscale: #ABABAB. Windows color (decimal): -34850 or 14579711. OLE color: 14579711.

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

Color convert

RGB255119222-
CMYK00.530.130
HSL314.56º100%73.33%-
HSV(B)314.56º53.33%100%-
XYZ61.0239.7373.56-
YUV171.41156.56187.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 119 (46.88% from 255) = 19.97%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=42.79%
G=19.97%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511922200.530.130314.5610073.33
HexFF77DE035D013b6449
Octal377167336065150473144111
Binary1111111111101111101111001101011101010011101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF77DE; }

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

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

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

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

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

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

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

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