#FF7DE9

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

Shades of Pale Magenta #FF7DE9

Tints of Pale Magenta #FF7DE9

Color information

#FF7DE9 (or 0xFF7DE9) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and E9. RGB value is (255,125,233). Sum of RGB (Red+Green+Blue) = 255+125+233=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DE9 is #008216. Grayscale: #AFAFAF. Windows color (decimal): -33303 or 15302143. OLE color: 15302143.

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

Color convert

RGB255125233-
CMYK00.510.090
HSL310.15º100%74.51%-
HSV(B)310.15º50.98%100%-
XYZ63.2841.8181.83-
YUV176.18160.07184.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 125 (49.22% from 255) = 20.39%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=41.60%
G=20.39%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512523300.510.090310.1510074.51
HexFF7DE903390136644b
Octal377175351063110466144113
Binary1111111111111011110100101100111001010011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DE9; }

 p { color: rgb(255,125,233); }

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

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

 a { background-color: rgb(255,125,233); }

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

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

 span { border-color: rgb(255,125,233); }

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