#D73FF9

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

Shades of Free Speech Magenta #D73FF9

Tints of Free Speech Magenta #D73FF9

Color information

#D73FF9 (or 0xD73FF9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 3F and F9. RGB value is (215,63,249). Sum of RGB (Red+Green+Blue) = 215+63+249=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #D73FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73FF9 is #28C006. Grayscale: #818181. Windows color (decimal): -2670599 or 16334807. OLE color: 16334807.

HSL color Cylindrical-coordinate representation of color #D73FF9: hue angle of 289.03º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73FF9 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21563249-
CMYK0.140.7500.02
HSL289.03º93.94%61.18%-
HSV(B)289.03º74.7%97.65%-
XYZ46.924.8491.95-
YUV129.65195.36188.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 63 (25% from 255) = 11.95%
BLUE value IS 249 (97.66% from 255) = 47.25%
R=40.80%
G=11.95%
B=47.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215632490.140.7500.02289.0393.9461.18
HexD73FF9E4B021215e3d
Octal32777371161130244113675
Binary1101011111111111111001111010010110101001000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73FF9; }

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

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

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

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

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

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

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

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