Html Css Color HEX #FD7FDB Pale Magenta

📋 copy color: '#FD7FDB'

red 253 ◦ green 127 ◦ blue 219

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

Shades of Pale Magenta #FD7FDB

Tints of Pale Magenta #FD7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 21.2%

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

R = 42.24%
G = 21.2%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD7FDB (or 0xFD7FDB) is known color: Pale Magenta. HEX triplet: FD, 7F and DB. RGB value is (253,127,219). Sum of RGB (Red+Green+Blue) = 253+127+219=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FDB is #028024. Grayscale: #AEAEAE. Windows color (decimal): -163877 or 14385149. OLE color: 14385149.

HSL color Cylindrical-coordinate representation of color #FD7FDB: hue angle of 316.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FDB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 219 -
CMYK 0 0.50 0.13 0.01
HSL 316.19º 0.97% 0.75% -
HSV(B) 316.19º 0.5% 0.99% -
XYZ 60.88 41.18 71.76 -
YUV 175.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 253 127 219 0 0.50 0.13 0.01 316.19 0.97 0.75
Hex FD 7F DB 0 32 D 1 13C 61 4B
Octal 375 177 333 0 62 15 1 474 141 113
Binary 11111101 1111111 11011011 0 110010 1101 1 100111100 1100001 1001011

Color Harmonies of #FD7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7FDB

Black with #FD7FDB

Text Example


Text Example

White with #FD7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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