Html Css Color HEX #FF80DE Pale Magenta

📋 copy color: '#FF80DE'

red 255 ◦ green 128 ◦ blue 222

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

Shades of Pale Magenta #FF80DE

Tints of Pale Magenta #FF80DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 42.15%
G = 21.16%
B = 36.69%

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

#FF80DE (or 0xFF80DE) is known color: Pale Magenta. HEX triplet: FF, 80 and DE. RGB value is (255,128,222). Sum of RGB (Red+Green+Blue) = 255+128+222=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DE is #007F21. Grayscale: #B0B0B0. Windows color (decimal): -32546 or 14582015. OLE color: 14582015.

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

Color convert

RGB 255 128 222 -
CMYK 0 0.50 0.13 0
HSL 315.59º 1% 0.75% -
HSV(B) 315.59º 0.5% 1% -
XYZ 62.14 41.97 73.93 -
YUV 176.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 255 128 222 0 0.50 0.13 0 315.59 1 0.75
Hex FF 80 DE 0 32 D 0 13C 64 4B
Octal 377 200 336 0 62 15 0 474 144 113
Binary 11111111 10000000 11011110 0 110010 1101 0 100111100 1100100 1001011

Color Harmonies of #FF80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80DE

Black with #FF80DE

Text Example


Text Example

White with #FF80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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