Html Css Color HEX #FD80DB Pale Magenta

📋 copy color: '#FD80DB'

red 253 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #FD80DB

Tints of Pale Magenta #FD80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.33%

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

R = 42.17%
G = 21.33%
B = 36.5%

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

#FD80DB (or 0xFD80DB) is known color: Pale Magenta. HEX triplet: FD, 80 and DB. RGB value is (253,128,219). Sum of RGB (Red+Green+Blue) = 253+128+219=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80DB is #027F24. Grayscale: #AFAFAF. Windows color (decimal): -163621 or 14385405. OLE color: 14385405.

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

Color convert

RGB 253 128 219 -
CMYK 0 0.49 0.13 0.01
HSL 316.32º 0.97% 0.75% -
HSV(B) 316.32º 0.49% 0.99% -
XYZ 61.01 41.44 71.8 -
YUV 175.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 253 128 219 0 0.49 0.13 0.01 316.32 0.97 0.75
Hex FD 80 DB 0 31 D 1 13C 61 4B
Octal 375 200 333 0 61 15 1 474 141 113
Binary 11111101 10000000 11011011 0 110001 1101 1 100111100 1100001 1001011

Color Harmonies of #FD80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80DB

Black with #FD80DB

Text Example


Text Example

White with #FD80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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