Html Css Color HEX #FF7DE0 Pale Magenta

📋 copy color: '#FF7DE0'

red 255 ◦ green 125 ◦ blue 224

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

Shades of Pale Magenta #FF7DE0

Tints of Pale Magenta #FF7DE0

RGB

 RED value IS 255 (100% from 255) = 42.22%

 GREEN value IS 125 (49.22% from 255) = 20.7%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 42.22%
G = 20.7%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF7DE0 (or 0xFF7DE0) is known color: Pale Magenta. HEX triplet: FF, 7D and E0. RGB value is (255,125,224). Sum of RGB (Red+Green+Blue) = 255+125+224=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DE0 is #00821F. Grayscale: #AEAEAE. Windows color (decimal): -33312 or 14712319. OLE color: 14712319.

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

Color convert

RGB 255 125 224 -
CMYK 0 0.51 0.12 0
HSL 314.31º 1% 0.75% -
HSV(B) 314.31º 0.51% 1% -
XYZ 62.03 41.31 75.23 -
YUV 175.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 255 125 224 0 0.51 0.12 0 314.31 1 0.75
Hex FF 7D E0 0 33 C 0 13A 64 4B
Octal 377 175 340 0 63 14 0 472 144 113
Binary 11111111 1111101 11100000 0 110011 1100 0 100111010 1100100 1001011

Color Harmonies of #FF7DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DE0

Black with #FF7DE0

Text Example


Text Example

White with #FF7DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DE0; }

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

 H1.HeaderClassName
 {
   color: #FF7DE0;
 }
 .AnyTagClassName
 {
   color: #FF7DE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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