Html Css Color HEX #D73AF6 Free Speech Magenta

📋 copy color: '#D73AF6'

red 215 ◦ green 58 ◦ blue 246

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

Shades of Free Speech Magenta #D73AF6

Tints of Free Speech Magenta #D73AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.4%

R = 41.43%
G = 11.18%
B = 47.4%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D73AF6 (or 0xD73AF6) is known color: Free Speech Magenta. HEX triplet: D7, 3A and F6. RGB value is (215,58,246). Sum of RGB (Red+Green+Blue) = 215+58+246=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #D73AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73AF6 is #28C509. Grayscale: #7D7D7D. Windows color (decimal): -2671882 or 16136919. OLE color: 16136919.

HSL color Cylindrical-coordinate representation of color #D73AF6: hue angle of 290.11º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73AF6 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 58 246 -
CMYK 0.13 0.76 0 0.04
HSL 290.11º 0.91% 0.6% -
HSV(B) 290.11º 0.76% 0.96% -
XYZ 46.17 24.13 89.41 -
YUV 126.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 215 58 246 0.13 0.76 0 0.04 290.11 0.91 0.6
Hex D7 3A F6 D 4C 0 4 122 5B 3C
Octal 327 72 366 15 114 0 4 442 133 74
Binary 11010111 111010 11110110 1101 1001100 0 100 100100010 1011011 111100

Color Harmonies of #D73AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AF6

Black with #D73AF6

Text Example


Text Example

White with #D73AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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