#D747F6

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

Shades of Free Speech Magenta #D747F6

Tints of Free Speech Magenta #D747F6

Color information

#D747F6 (or 0xD747F6) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 47 and F6. RGB value is (215,71,246). Sum of RGB (Red+Green+Blue) = 215+71+246=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #D747F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D747F6 is #28B809. Grayscale: #858585. Windows color (decimal): -2668554 or 16140247. OLE color: 16140247.

HSL color Cylindrical-coordinate representation of color #D747F6: hue angle of 289.37º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D747F6 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21571246-
CMYK0.130.7100.04
HSL289.37º90.67%62.16%-
HSV(B)289.37º71.14%96.47%-
XYZ46.9125.6189.66-
YUV134.01191.21185.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 71 (28.12% from 255) = 13.35%
BLUE value IS 246 (96.48% from 255) = 46.24%
R=40.41%
G=13.35%
B=46.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal215712460.130.7100.04289.3790.6762.16
HexD747F6D47041215b3e
Octal327107366151070444113376
Binary110101111000111111101101101100011101001001000011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D747F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D747F6; }

 p { color: rgb(215,71,246); }

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

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

 a { background-color: rgb(215,71,246); }

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

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

 span { border-color: rgb(215,71,246); }

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