#FF7DE8

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

Shades of Pale Magenta #FF7DE8

Tints of Pale Magenta #FF7DE8

Color information

#FF7DE8 (or 0xFF7DE8) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and E8. RGB value is (255,125,232). Sum of RGB (Red+Green+Blue) = 255+125+232=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 125 (49.22% from 255 or 20.42% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DE8 is #008217. Grayscale: #AFAFAF. Windows color (decimal): -33304 or 15236607. OLE color: 15236607.

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

Color convert

RGB255125232-
CMYK00.510.090
HSL310.62º100%74.51%-
HSV(B)310.62º50.98%100%-
XYZ63.1441.7581.08-
YUV176.07159.57184.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 125 (49.22% from 255) = 20.42%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=41.67%
G=20.42%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512523200.510.090310.6210074.51
HexFF7DE803390137644b
Octal377175350063110467144113
Binary1111111111111011110100001100111001010011011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DE8; }

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

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

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

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

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

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

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

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