Html Css Color HEX #FD73DD Pale Magenta

📋 copy color: '#FD73DD'

red 253 ◦ green 115 ◦ blue 221

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

Shades of Pale Magenta #FD73DD

Tints of Pale Magenta #FD73DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.52%

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 42.95%
G = 19.52%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD73DD (or 0xFD73DD) is known color: Pale Magenta. HEX triplet: FD, 73 and DD. RGB value is (253,115,221). Sum of RGB (Red+Green+Blue) = 253+115+221=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73DD is #028C22. Grayscale: #A8A8A8. Windows color (decimal): -166947 or 14513149. OLE color: 14513149.

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

Color convert

RGB 253 115 221 -
CMYK 0 0.55 0.13 0.01
HSL 313.91º 0.97% 0.72% -
HSV(B) 313.91º 0.55% 0.99% -
XYZ 59.69 38.36 72.67 -
YUV 168.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 253 115 221 0 0.55 0.13 0.01 313.91 0.97 0.72
Hex FD 73 DD 0 37 D 1 13A 61 48
Octal 375 163 335 0 67 15 1 472 141 110
Binary 11111101 1110011 11011101 0 110111 1101 1 100111010 1100001 1001000

Color Harmonies of #FD73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD73DD

Black with #FD73DD

Text Example


Text Example

White with #FD73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD73DD; }

 p { color: rgb(253,115,221); }

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

background-color css

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

 a { background-color: rgb(253,115,221); }

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

border-color css

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

 span { border-color: rgb(253,115,221); }

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