#D73AE5

Color #D73AE5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D73AE5

Tints of Free Speech Magenta #D73AE5

Color information

#D73AE5 (or 0xD73AE5) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 3A and E5. RGB value is (215,58,229). Sum of RGB (Red+Green+Blue) = 215+58+229=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #D73AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AE5 is #28C51A. Grayscale: #7B7B7B. Windows color (decimal): -2671899 or 15022807. OLE color: 15022807.

HSL color Cylindrical-coordinate representation of color #D73AE5: hue angle of 295.09º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73AE5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21558229-
CMYK0.060.7500.10
HSL295.09º76.68%56.27%-
HSV(B)295.09º74.67%89.8%-
XYZ43.6823.1376.29-
YUV124.44187.01192.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 58 (23.05% from 255) = 11.55%
BLUE value IS 229 (89.84% from 255) = 45.62%
R=42.83%
G=11.55%
B=45.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal215582290.060.7500.10295.0976.6856.27
HexD73AE564B0A1274d38
Octal32772345611301244711570
Binary11010111111010111001011101001011010101001001111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73AE5; }

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

 H1.HeaderClassName
 {
   color: #D73AE5;
 }
 .AnyTagClassName
 {
   color: #D73AE5;
 }
</style>
background-color css

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

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

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

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

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

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