Html Css Color HEX #FF83DA Pale Magenta

📋 copy color: '#FF83DA'

red 255 ◦ green 131 ◦ blue 218

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

Shades of Pale Magenta #FF83DA

Tints of Pale Magenta #FF83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 42.22%
G = 21.69%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF83DA (or 0xFF83DA) is known color: Pale Magenta. HEX triplet: FF, 83 and DA. RGB value is (255,131,218). Sum of RGB (Red+Green+Blue) = 255+131+218=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83DA is #007C25. Grayscale: #B1B1B1. Windows color (decimal): -31782 or 14320639. OLE color: 14320639.

HSL color Cylindrical-coordinate representation of color #FF83DA: hue angle of 317.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83DA is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 131 218 -
CMYK 0 0.49 0.15 0
HSL 317.9º 1% 0.76% -
HSV(B) 317.9º 0.49% 1% -
XYZ 62.01 42.55 71.28 -
YUV 177.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 255 131 218 0 0.49 0.15 0 317.9 1 0.76
Hex FF 83 DA 0 31 F 0 13E 64 4C
Octal 377 203 332 0 61 17 0 476 144 114
Binary 11111111 10000011 11011010 0 110001 1111 0 100111110 1100100 1001100

Color Harmonies of #FF83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83DA

Black with #FF83DA

Text Example


Text Example

White with #FF83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83DA; }

 p { color: rgb(255,131,218); }

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

background-color css

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

 a { background-color: rgb(255,131,218); }

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

border-color css

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

 span { border-color: rgb(255,131,218); }

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