#D73FE8

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

Shades of Free Speech Magenta #D73FE8

Tints of Free Speech Magenta #D73FE8

Color information

#D73FE8 (or 0xD73FE8) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 3F and E8. RGB value is (215,63,232). Sum of RGB (Red+Green+Blue) = 215+63+232=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #D73FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73FE8 is #28C017. Grayscale: #7F7F7F. Windows color (decimal): -2670616 or 15220695. OLE color: 15220695.

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

Color convert

RGB21563232-
CMYK0.070.7300.09
HSL293.96º78.6%57.84%-
HSV(B)293.96º72.84%90.98%-
XYZ44.3723.8378.6-
YUV127.71186.86190.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 63 (25% from 255) = 12.35%
BLUE value IS 232 (91.02% from 255) = 45.49%
R=42.16%
G=12.35%
B=45.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal215632320.070.7300.09293.9678.657.84
HexD73FE8749091264f3a
Octal32777350711101144611772
Binary11010111111111111010001111001001010011001001101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73FE8; }

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

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

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

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

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

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

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

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