#FF7DDE

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

Shades of Pale Magenta #FF7DDE

Tints of Pale Magenta #FF7DDE

Color information

#FF7DDE (or 0xFF7DDE) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and DE. RGB value is (255,125,222). Sum of RGB (Red+Green+Blue) = 255+125+222=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DDE is #008221. Grayscale: #AEAEAE. Windows color (decimal): -33314 or 14581247. OLE color: 14581247.

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

Color convert

RGB255125222-
CMYK00.510.130
HSL315.23º100%74.51%-
HSV(B)315.23º50.98%100%-
XYZ61.7641.273.8-
YUV174.93154.57185.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 125 (49.22% from 255) = 20.76%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=42.36%
G=20.76%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512522200.510.130315.2310074.51
HexFF7DDE033D013b644b
Octal377175336063150473144113
Binary1111111111111011101111001100111101010011101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DDE; }

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

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

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

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

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

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

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

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