Html Css Color HEX #FD82DB Pale Magenta

📋 copy color: '#FD82DB'

red 253 ◦ green 130 ◦ blue 219

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

Shades of Pale Magenta #FD82DB

Tints of Pale Magenta #FD82DB

RGB

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

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

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

R = 42.03%
G = 21.59%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD82DB (or 0xFD82DB) is known color: Pale Magenta. HEX triplet: FD, 82 and DB. RGB value is (253,130,219). Sum of RGB (Red+Green+Blue) = 253+130+219=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD82DB is #027D24. Grayscale: #B0B0B0. Windows color (decimal): -163109 or 14385917. OLE color: 14385917.

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

Color convert

RGB 253 130 219 -
CMYK 0 0.49 0.13 0.01
HSL 316.59º 0.97% 0.75% -
HSV(B) 316.59º 0.49% 0.99% -
XYZ 61.28 41.96 71.89 -
YUV 176.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 253 130 219 0 0.49 0.13 0.01 316.59 0.97 0.75
Hex FD 82 DB 0 31 D 1 13D 61 4B
Octal 375 202 333 0 61 15 1 475 141 113
Binary 11111101 10000010 11011011 0 110001 1101 1 100111101 1100001 1001011

Color Harmonies of #FD82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD82DB

Black with #FD82DB

Text Example


Text Example

White with #FD82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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