Html Css Color HEX #FF7DDF Pale Magenta

📋 copy color: '#FF7DDF'

red 255 ◦ green 125 ◦ blue 223

#FF7DDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FF7DDF

Tints of Pale Magenta #FF7DDF

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 value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7DDF (or 0xFF7DDF) is known color: 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

RGB 255 125 223 -
CMYK 0 0.51 0.13 0
HSL 314.77º 1% 0.75% -
HSV(B) 314.77º 0.51% 1% -
XYZ 61.89 41.25 74.51 -
YUV 175.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 255 125 223 0 0.51 0.13 0 314.77 1 0.75
Hex FF 7D DF 0 33 D 0 13B 64 4B
Octal 377 175 337 0 63 15 0 473 144 113
Binary 11111111 1111101 11011111 0 110011 1101 0 100111011 1100100 1001011

Color Harmonies of #FF7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DDF

Black with #FF7DDF

Text Example


Text Example

White with #FF7DDF

Text Example


Text Example

HTML Codes & Css Web 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>