Html Css Color HEX #FD78DB Pale Magenta

📋 copy color: '#FD78DB'

red 253 ◦ green 120 ◦ blue 219

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

Shades of Pale Magenta #FD78DB

Tints of Pale Magenta #FD78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.27%

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

R = 42.74%
G = 20.27%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD78DB (or 0xFD78DB) is known color: Pale Magenta. HEX triplet: FD, 78 and DB. RGB value is (253,120,219). Sum of RGB (Red+Green+Blue) = 253+120+219=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD78DB is #028724. Grayscale: #AAAAAA. Windows color (decimal): -165669 or 14383357. OLE color: 14383357.

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

Color convert

RGB 253 120 219 -
CMYK 0 0.53 0.13 0.01
HSL 315.34º 0.97% 0.73% -
HSV(B) 315.34º 0.53% 0.99% -
XYZ 60.01 39.43 71.47 -
YUV 171.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 253 120 219 0 0.53 0.13 0.01 315.34 0.97 0.73
Hex FD 78 DB 0 35 D 1 13B 61 49
Octal 375 170 333 0 65 15 1 473 141 111
Binary 11111101 1111000 11011011 0 110101 1101 1 100111011 1100001 1001001

Color Harmonies of #FD78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD78DB

Black with #FD78DB

Text Example


Text Example

White with #FD78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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