Html Css Color HEX #FD83DF Pale Magenta

📋 copy color: '#FD83DF'

red 253 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #FD83DF

Tints of Pale Magenta #FD83DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.58%

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

R = 41.68%
G = 21.58%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD83DF (or 0xFD83DF) is known color: Pale Magenta. HEX triplet: FD, 83 and DF. RGB value is (253,131,223). Sum of RGB (Red+Green+Blue) = 253+131+223=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83DF is #027C20. Grayscale: #B1B1B1. Windows color (decimal): -162849 or 14648317. OLE color: 14648317.

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

Color convert

RGB 253 131 223 -
CMYK 0 0.48 0.12 0.01
HSL 314.75º 0.97% 0.75% -
HSV(B) 314.75º 0.48% 0.99% -
XYZ 61.94 42.44 74.74 -
YUV 177.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 253 131 223 0 0.48 0.12 0.01 314.75 0.97 0.75
Hex FD 83 DF 0 30 C 1 13B 61 4B
Octal 375 203 337 0 60 14 1 473 141 113
Binary 11111101 10000011 11011111 0 110000 1100 1 100111011 1100001 1001011

Color Harmonies of #FD83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD83DF

Black with #FD83DF

Text Example


Text Example

White with #FD83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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