#FF7DDF

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

Shades of Pale Magenta #FF7DDF

Tints of Pale Magenta #FF7DDF

Color information

#FF7DDF (or 0xFF7DDF) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and DF. RGB value is (255,125,223). Sum of RGB (Red+Green+Blue) = 255+125+223=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DDF is #008220. Grayscale: #AEAEAE. Windows color (decimal): -33313 or 14646783. OLE color: 14646783.

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

Color convert

RGB255125223-
CMYK00.510.130
HSL314.77º100%74.51%-
HSV(B)314.77º50.98%100%-
XYZ61.8941.2574.51-
YUV175.04155.07185.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 125 (49.22% from 255) = 20.73%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=42.29%
G=20.73%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512522300.510.130314.7710074.51
HexFF7DDF033D013b644b
Octal377175337063150473144113
Binary1111111111111011101111101100111101010011101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DDF; }

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

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

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

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

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

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

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

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