Html Css Color HEX #FD84DB Pale Magenta

📋 copy color: '#FD84DB'

red 253 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #FD84DB

Tints of Pale Magenta #FD84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.85%

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

R = 41.89%
G = 21.85%
B = 36.26%

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

#FD84DB (or 0xFD84DB) is known color: Pale Magenta. HEX triplet: FD, 84 and DB. RGB value is (253,132,219). Sum of RGB (Red+Green+Blue) = 253+132+219=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD84DB is #027B24. Grayscale: #B1B1B1. Windows color (decimal): -162597 or 14386429. OLE color: 14386429.

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

Color convert

RGB 253 132 219 -
CMYK 0 0.48 0.13 0.01
HSL 316.86º 0.97% 0.75% -
HSV(B) 316.86º 0.48% 0.99% -
XYZ 61.55 42.5 71.98 -
YUV 178.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 253 132 219 0 0.48 0.13 0.01 316.86 0.97 0.75
Hex FD 84 DB 0 30 D 1 13D 61 4B
Octal 375 204 333 0 60 15 1 475 141 113
Binary 11111101 10000100 11011011 0 110000 1101 1 100111101 1100001 1001011

Color Harmonies of #FD84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD84DB

Black with #FD84DB

Text Example


Text Example

White with #FD84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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