Html Css Color HEX #FF77D9 Pale Magenta

📋 copy color: '#FF77D9'

red 255 ◦ green 119 ◦ blue 217

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

Shades of Pale Magenta #FF77D9

Tints of Pale Magenta #FF77D9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.14%

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 43.15%
G = 20.14%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF77D9 (or 0xFF77D9) is known color: Pale Magenta. HEX triplet: FF, 77 and D9. RGB value is (255,119,217). Sum of RGB (Red+Green+Blue) = 255+119+217=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77D9 is #008826. Grayscale: #AAAAAA. Windows color (decimal): -34855 or 14252031. OLE color: 14252031.

HSL color Cylindrical-coordinate representation of color #FF77D9: hue angle of 316.76º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77D9 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 217 -
CMYK 0 0.53 0.15 0
HSL 316.76º 1% 0.73% -
HSV(B) 316.76º 0.53% 1% -
XYZ 60.36 39.46 70.08 -
YUV 170.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 255 119 217 0 0.53 0.15 0 316.76 1 0.73
Hex FF 77 D9 0 35 F 0 13D 64 49
Octal 377 167 331 0 65 17 0 475 144 111
Binary 11111111 1110111 11011001 0 110101 1111 0 100111101 1100100 1001001

Color Harmonies of #FF77D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77D9

Black with #FF77D9

Text Example


Text Example

White with #FF77D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77D9; }

 p { color: rgb(255,119,217); }

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

background-color css

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

 a { background-color: rgb(255,119,217); }

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

border-color css

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

 span { border-color: rgb(255,119,217); }

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