Html Css Color HEX #FD75DB Pale Magenta

📋 copy color: '#FD75DB'

red 253 ◦ green 117 ◦ blue 219

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

Shades of Pale Magenta #FD75DB

Tints of Pale Magenta #FD75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.86%

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

R = 42.95%
G = 19.86%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD75DB (or 0xFD75DB) is known color: Pale Magenta. HEX triplet: FD, 75 and DB. RGB value is (253,117,219). Sum of RGB (Red+Green+Blue) = 253+117+219=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75DB is #028A24. Grayscale: #A9A9A9. Windows color (decimal): -166437 or 14382589. OLE color: 14382589.

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

Color convert

RGB 253 117 219 -
CMYK 0 0.54 0.13 0.01
HSL 315º 0.97% 0.73% -
HSV(B) 315º 0.54% 0.99% -
XYZ 59.66 38.72 71.35 -
YUV 169.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 253 117 219 0 0.54 0.13 0.01 315 0.97 0.73
Hex FD 75 DB 0 36 D 1 13B 61 49
Octal 375 165 333 0 66 15 1 473 141 111
Binary 11111101 1110101 11011011 0 110110 1101 1 100111011 1100001 1001001

Color Harmonies of #FD75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD75DB

Black with #FD75DB

Text Example


Text Example

White with #FD75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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