Html Css Color HEX #FD83DB Pale Magenta

📋 copy color: '#FD83DB'

red 253 ◦ green 131 ◦ blue 219

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

Shades of Pale Magenta #FD83DB

Tints of Pale Magenta #FD83DB

RGB

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

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

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

R = 41.96%
G = 21.72%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD83DB (or 0xFD83DB) is known color: Pale Magenta. HEX triplet: FD, 83 and DB. RGB value is (253,131,219). Sum of RGB (Red+Green+Blue) = 253+131+219=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83DB is #027C24. Grayscale: #B1B1B1. Windows color (decimal): -162853 or 14386173. OLE color: 14386173.

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

Color convert

RGB 253 131 219 -
CMYK 0 0.48 0.13 0.01
HSL 316.72º 0.97% 0.75% -
HSV(B) 316.72º 0.48% 0.99% -
XYZ 61.41 42.23 71.93 -
YUV 177.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 253 131 219 0 0.48 0.13 0.01 316.72 0.97 0.75
Hex FD 83 DB 0 30 D 1 13D 61 4B
Octal 375 203 333 0 60 15 1 475 141 113
Binary 11111101 10000011 11011011 0 110000 1101 1 100111101 1100001 1001011

Color Harmonies of #FD83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD83DB

Black with #FD83DB

Text Example


Text Example

White with #FD83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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