Html Css Color HEX #FF82DB Pale Magenta

📋 copy color: '#FF82DB'

red 255 ◦ green 130 ◦ blue 219

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

Shades of Pale Magenta #FF82DB

Tints of Pale Magenta #FF82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.52%

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 42.22%
G = 21.52%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF82DB (or 0xFF82DB) is known color: Pale Magenta. HEX triplet: FF, 82 and DB. RGB value is (255,130,219). Sum of RGB (Red+Green+Blue) = 255+130+219=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82DB is #007D24. Grayscale: #B1B1B1. Windows color (decimal): -32037 or 14385919. OLE color: 14385919.

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

Color convert

RGB 255 130 219 -
CMYK 0 0.49 0.14 0
HSL 317.28º 1% 0.75% -
HSV(B) 317.28º 0.49% 1% -
XYZ 62.01 42.34 71.92 -
YUV 177.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 255 130 219 0 0.49 0.14 0 317.28 1 0.75
Hex FF 82 DB 0 31 E 0 13D 64 4B
Octal 377 202 333 0 61 16 0 475 144 113
Binary 11111111 10000010 11011011 0 110001 1110 0 100111101 1100100 1001011

Color Harmonies of #FF82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82DB

Black with #FF82DB

Text Example


Text Example

White with #FF82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82DB; }

 p { color: rgb(255,130,219); }

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

background-color css

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

 a { background-color: rgb(255,130,219); }

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

border-color css

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

 span { border-color: rgb(255,130,219); }

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