Html Css Color HEX #FF80DF Pale Magenta

📋 copy color: '#FF80DF'

red 255 ◦ green 128 ◦ blue 223

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

Shades of Pale Magenta #FF80DF

Tints of Pale Magenta #FF80DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.12%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 42.08%
G = 21.12%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF80DF (or 0xFF80DF) is known color: Pale Magenta. HEX triplet: FF, 80 and DF. RGB value is (255,128,223). Sum of RGB (Red+Green+Blue) = 255+128+223=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DF is #007F20. Grayscale: #B0B0B0. Windows color (decimal): -32545 or 14647551. OLE color: 14647551.

HSL color Cylindrical-coordinate representation of color #FF80DF: hue angle of 315.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80DF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 223 -
CMYK 0 0.50 0.13 0
HSL 315.12º 1% 0.75% -
HSV(B) 315.12º 0.5% 1% -
XYZ 62.28 42.03 74.64 -
YUV 176.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 255 128 223 0 0.50 0.13 0 315.12 1 0.75
Hex FF 80 DF 0 32 D 0 13B 64 4B
Octal 377 200 337 0 62 15 0 473 144 113
Binary 11111111 10000000 11011111 0 110010 1101 0 100111011 1100100 1001011

Color Harmonies of #FF80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80DF

Black with #FF80DF

Text Example


Text Example

White with #FF80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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