Html Css Color HEX #FF7FDC Pale Magenta

📋 copy color: '#FF7FDC'

red 255 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #FF7FDC

Tints of Pale Magenta #FF7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.1%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 42.36%
G = 21.1%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF7FDC (or 0xFF7FDC) is known color: Pale Magenta. HEX triplet: FF, 7F and DC. RGB value is (255,127,220). Sum of RGB (Red+Green+Blue) = 255+127+220=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FDC is #008023. Grayscale: #AFAFAF. Windows color (decimal): -32804 or 14450687. OLE color: 14450687.

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

Color convert

RGB 255 127 220 -
CMYK 0 0.50 0.14 0
HSL 316.41º 1% 0.75% -
HSV(B) 316.41º 0.5% 1% -
XYZ 61.75 41.61 72.49 -
YUV 175.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 255 127 220 0 0.50 0.14 0 316.41 1 0.75
Hex FF 7F DC 0 32 E 0 13C 64 4B
Octal 377 177 334 0 62 16 0 474 144 113
Binary 11111111 1111111 11011100 0 110010 1110 0 100111100 1100100 1001011

Color Harmonies of #FF7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FDC

Black with #FF7FDC

Text Example


Text Example

White with #FF7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FDC; }

 p { color: rgb(255,127,220); }

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

background-color css

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

 a { background-color: rgb(255,127,220); }

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

border-color css

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

 span { border-color: rgb(255,127,220); }

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