#D73EED

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

Shades of Free Speech Magenta #D73EED

Tints of Free Speech Magenta #D73EED

Color information

#D73EED (or 0xD73EED) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 3E and ED. RGB value is (215,62,237). Sum of RGB (Red+Green+Blue) = 215+62+237=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #D73EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73EED is #28C112. Grayscale: #7F7F7F. Windows color (decimal): -2670867 or 15548119. OLE color: 15548119.

HSL color Cylindrical-coordinate representation of color #D73EED: hue angle of 292.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73EED is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21562237-
CMYK0.090.7400.07
HSL292.46º82.94%58.63%-
HSV(B)292.46º73.84%92.94%-
XYZ45.0324.0182.38-
YUV127.7189.69190.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 62 (24.61% from 255) = 12.06%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=41.83%
G=12.06%
B=46.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215622370.090.7400.07292.4682.9458.63
HexD73EED94A07124533b
Octal32776355111120744412373
Binary11010111111110111011011001100101001111001001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73EED; }

 p { color: rgb(215,62,237); }

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

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

 a { background-color: rgb(215,62,237); }

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

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

 span { border-color: rgb(215,62,237); }

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