Html Css Color HEX #FD77DF Pale Magenta

📋 copy color: '#FD77DF'

red 253 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #FD77DF

Tints of Pale Magenta #FD77DF

RGB

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

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

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

R = 42.52%
G = 20%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD77DF (or 0xFD77DF) is known color: Pale Magenta. HEX triplet: FD, 77 and DF. RGB value is (253,119,223). Sum of RGB (Red+Green+Blue) = 253+119+223=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 119 (46.88% from 255 or 20% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77DF is #028820. Grayscale: #AAAAAA. Windows color (decimal): -165921 or 14645245. OLE color: 14645245.

HSL color Cylindrical-coordinate representation of color #FD77DF: hue angle of 313.43º 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 #FD77DF is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 119 223 -
CMYK 0 0.53 0.12 0.01
HSL 313.43º 0.97% 0.73% -
HSV(B) 313.43º 0.53% 0.99% -
XYZ 60.42 39.4 74.23 -
YUV 170.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 253 119 223 0 0.53 0.12 0.01 313.43 0.97 0.73
Hex FD 77 DF 0 35 C 1 139 61 49
Octal 375 167 337 0 65 14 1 471 141 111
Binary 11111101 1110111 11011111 0 110101 1100 1 100111001 1100001 1001001

Color Harmonies of #FD77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77DF

Black with #FD77DF

Text Example


Text Example

White with #FD77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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