#D747F4

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

Shades of Free Speech Magenta #D747F4

Tints of Free Speech Magenta #D747F4

Color information

#D747F4 (or 0xD747F4) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 47 and F4. RGB value is (215,71,244). Sum of RGB (Red+Green+Blue) = 215+71+244=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #D747F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D747F4 is #28B80B. Grayscale: #858585. Windows color (decimal): -2668556 or 16009175. OLE color: 16009175.

HSL color Cylindrical-coordinate representation of color #D747F4: hue angle of 289.94º degrees, saturation: 0.89, 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 #D747F4 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21571244-
CMYK0.120.7100.04
HSL289.94º88.72%61.76%-
HSV(B)289.94º70.9%95.69%-
XYZ46.6125.4988.05-
YUV133.78190.21185.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 71 (28.12% from 255) = 13.40%
BLUE value IS 244 (95.70% from 255) = 46.04%
R=40.57%
G=13.40%
B=46.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal215712440.120.7100.04289.9488.7261.76
HexD747F4C4704122593e
Octal327107364141070444213176
Binary110101111000111111101001100100011101001001000101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D747F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D747F4; }

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

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

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

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

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

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

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

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