Html Css Color HEX #FD7DDA Pale Magenta

📋 copy color: '#FD7DDA'

red 253 ◦ green 125 ◦ blue 218

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

Shades of Pale Magenta #FD7DDA

Tints of Pale Magenta #FD7DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.97%

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 42.45%
G = 20.97%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FD7DDA (or 0xFD7DDA) is known color: Pale Magenta. HEX triplet: FD, 7D and DA. RGB value is (253,125,218). Sum of RGB (Red+Green+Blue) = 253+125+218=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DDA is #028225. Grayscale: #ADADAD. Windows color (decimal): -164390 or 14319101. OLE color: 14319101.

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

Color convert

RGB 253 125 218 -
CMYK 0 0.51 0.14 0.01
HSL 316.41º 0.97% 0.74% -
HSV(B) 316.41º 0.51% 0.99% -
XYZ 60.5 40.61 70.98 -
YUV 173.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 253 125 218 0 0.51 0.14 0.01 316.41 0.97 0.74
Hex FD 7D DA 0 33 E 1 13C 61 4A
Octal 375 175 332 0 63 16 1 474 141 112
Binary 11111101 1111101 11011010 0 110011 1110 1 100111100 1100001 1001010

Color Harmonies of #FD7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7DDA

Black with #FD7DDA

Text Example


Text Example

White with #FD7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7DDA; }

 p { color: rgb(253,125,218); }

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

background-color css

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

 a { background-color: rgb(253,125,218); }

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

border-color css

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

 span { border-color: rgb(253,125,218); }

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