#FF7DE5

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

Shades of Pale Magenta #FF7DE5

Tints of Pale Magenta #FF7DE5

Color information

#FF7DE5 (or 0xFF7DE5) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and E5. RGB value is (255,125,229). Sum of RGB (Red+Green+Blue) = 255+125+229=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DE5 is #00821A. Grayscale: #AFAFAF. Windows color (decimal): -33307 or 15039999. OLE color: 15039999.

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

Color convert

RGB255125229-
CMYK00.510.100
HSL312º100%74.51%-
HSV(B)312º50.98%100%-
XYZ62.7241.5878.85-
YUV175.73158.07184.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 125 (49.22% from 255) = 20.53%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=41.87%
G=20.53%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512522900.510.10031210074.51
HexFF7DE5033A0138644b
Octal377175345063120470144113
Binary1111111111111011110010101100111010010011100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DE5; }

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

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

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

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

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

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

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

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