Html Css Color HEX #D73AF9 Free Speech Magenta

📋 copy color: '#D73AF9'

red 215 ◦ green 58 ◦ blue 249

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

Shades of Free Speech Magenta #D73AF9

Tints of Free Speech Magenta #D73AF9

RGB

 RED value IS 215 (84.38% from 255) = 41.19%

 GREEN value IS 58 (23.05% from 255) = 11.11%

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 41.19%
G = 11.11%
B = 47.7%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D73AF9 (or 0xD73AF9) is known color: Free Speech Magenta. HEX triplet: D7, 3A and F9. RGB value is (215,58,249). Sum of RGB (Red+Green+Blue) = 215+58+249=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #D73AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73AF9 is #28C506. Grayscale: #7E7E7E. Windows color (decimal): -2671879 or 16333527. OLE color: 16333527.

HSL color Cylindrical-coordinate representation of color #D73AF9: hue angle of 289.32º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73AF9 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 58 249 -
CMYK 0.14 0.77 0 0.02
HSL 289.32º 0.94% 0.6% -
HSV(B) 289.32º 0.77% 0.98% -
XYZ 46.64 24.31 91.86 -
YUV 126.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 215 58 249 0.14 0.77 0 0.02 289.32 0.94 0.6
Hex D7 3A F9 E 4D 0 2 121 5E 3C
Octal 327 72 371 16 115 0 2 441 136 74
Binary 11010111 111010 11111001 1110 1001101 0 10 100100001 1011110 111100

Color Harmonies of #D73AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AF9

Black with #D73AF9

Text Example


Text Example

White with #D73AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AF9; }

 p { color: rgb(215,58,249); }

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

background-color css

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

 a { background-color: rgb(215,58,249); }

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

border-color css

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

 span { border-color: rgb(215,58,249); }

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