Html Css Color HEX #FD77DC Pale Magenta

📋 copy color: '#FD77DC'

red 253 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #FD77DC

Tints of Pale Magenta #FD77DC

RGB

 RED value IS 253 (99.22% from 255) = 42.74%

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

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

R = 42.74%
G = 20.1%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD77DC (or 0xFD77DC) is known color: Pale Magenta. HEX triplet: FD, 77 and DC. RGB value is (253,119,220). Sum of RGB (Red+Green+Blue) = 253+119+220=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77DC is #028823. Grayscale: #AAAAAA. Windows color (decimal): -165924 or 14448637. OLE color: 14448637.

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

Color convert

RGB 253 119 220 -
CMYK 0 0.53 0.13 0.01
HSL 314.78º 0.97% 0.73% -
HSV(B) 314.78º 0.53% 0.99% -
XYZ 60.02 39.24 72.12 -
YUV 170.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 253 119 220 0 0.53 0.13 0.01 314.78 0.97 0.73
Hex FD 77 DC 0 35 D 1 13B 61 49
Octal 375 167 334 0 65 15 1 473 141 111
Binary 11111101 1110111 11011100 0 110101 1101 1 100111011 1100001 1001001

Color Harmonies of #FD77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77DC

Black with #FD77DC

Text Example


Text Example

White with #FD77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77DC; }

 p { color: rgb(253,119,220); }

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

background-color css

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

 a { background-color: rgb(253,119,220); }

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

border-color css

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

 span { border-color: rgb(253,119,220); }

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