#D73DE9

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

Shades of Free Speech Magenta #D73DE9

Tints of Free Speech Magenta #D73DE9

Color information

#D73DE9 (or 0xD73DE9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 3D and E9. RGB value is (215,61,233). Sum of RGB (Red+Green+Blue) = 215+61+233=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #D73DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73DE9 is #28C216. Grayscale: #7E7E7E. Windows color (decimal): -2671127 or 15285719. OLE color: 15285719.

HSL color Cylindrical-coordinate representation of color #D73DE9: hue angle of 293.72º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73DE9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21561233-
CMYK0.080.7400.09
HSL293.72º79.63%57.65%-
HSV(B)293.72º73.82%91.37%-
XYZ44.423.6779.32-
YUV126.65188.02191.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 61 (24.22% from 255) = 11.98%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=42.24%
G=11.98%
B=45.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal215612330.080.7400.09293.7279.6357.65
HexD73DE984A09126503a
Octal327753511011201144612072
Binary110101111111011110100110001001010010011001001101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73DE9; }

 p { color: rgb(215,61,233); }

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

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

 a { background-color: rgb(215,61,233); }

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

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

 span { border-color: rgb(215,61,233); }

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