#D744F9

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

Shades of Free Speech Magenta #D744F9

Tints of Free Speech Magenta #D744F9

Color information

#D744F9 (or 0xD744F9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 44 and F9. RGB value is (215,68,249). Sum of RGB (Red+Green+Blue) = 215+68+249=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 68 (26.95% from 255 or 12.78% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #D744F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D744F9 is #28BB06. Grayscale: #848484. Windows color (decimal): -2669319 or 16336087. OLE color: 16336087.

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

Color convert

RGB21568249-
CMYK0.140.7300.02
HSL288.73º93.78%62.16%-
HSV(B)288.73º72.69%97.65%-
XYZ47.1925.4292.04-
YUV132.59193.7186.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 68 (26.95% from 255) = 12.78%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=40.41%
G=12.78%
B=46.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215682490.140.7300.02288.7393.7862.16
HexD744F9E49021215e3e
Octal327104371161110244113676
Binary11010111100010011111001111010010010101001000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D744F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D744F9; }

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

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

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

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

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

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

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

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