#d73fe0

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

Shades of Free Speech Magenta #D73FE0

Tints of Free Speech Magenta #D73FE0

Color information

#D73FE0 (or 0xD73FE0) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 3F and E0. RGB value is (215,63,224). Sum of RGB (Red+Green+Blue) = 215+63+224=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #D73FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FE0 is #28C01F. Grayscale: #7E7E7E. Windows color (decimal): -2670624 or 14696407. OLE color: 14696407.

HSL color Cylindrical-coordinate representation of color #D73FE0: hue angle of 296.65º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73FE0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21563224-
CMYK0.040.7200.12
HSL296.65º72.2%56.27%-
HSV(B)296.65º71.88%87.84%-
XYZ43.2623.3872.75-
YUV126.8182.86190.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 63 (25% from 255) = 12.55%
BLUE value IS 224 (87.89% from 255) = 44.62%
R=42.83%
G=12.55%
B=44.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215632240.040.7200.12296.6572.256.27
HexD73FE04480C1294838
Octal32777340411001445111070
Binary11010111111111111000001001001000011001001010011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d73fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d73fe0; }

 p { color: rgb(215,63,224); }

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

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

 a { background-color: rgb(215,63,224); }

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

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

 span { border-color: rgb(215,63,224); }

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