Html Css Color HEX #FD81DF Pale Magenta

📋 copy color: '#FD81DF'

red 253 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #FD81DF

Tints of Pale Magenta #FD81DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.32%

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

R = 41.82%
G = 21.32%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD81DF (or 0xFD81DF) is known color: Pale Magenta. HEX triplet: FD, 81 and DF. RGB value is (253,129,223). Sum of RGB (Red+Green+Blue) = 253+129+223=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81DF is #027E20. Grayscale: #B0B0B0. Windows color (decimal): -163361 or 14647805. OLE color: 14647805.

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

Color convert

RGB 253 129 223 -
CMYK 0 0.49 0.12 0.01
HSL 314.52º 0.97% 0.75% -
HSV(B) 314.52º 0.49% 0.99% -
XYZ 61.68 41.91 74.65 -
YUV 176.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 253 129 223 0 0.49 0.12 0.01 314.52 0.97 0.75
Hex FD 81 DF 0 31 C 1 13B 61 4B
Octal 375 201 337 0 61 14 1 473 141 113
Binary 11111101 10000001 11011111 0 110001 1100 1 100111011 1100001 1001011

Color Harmonies of #FD81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81DF

Black with #FD81DF

Text Example


Text Example

White with #FD81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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