#D744F1

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

Shades of Free Speech Magenta #D744F1

Tints of Free Speech Magenta #D744F1

Color information

#D744F1 (or 0xD744F1) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 44 and F1. RGB value is (215,68,241). Sum of RGB (Red+Green+Blue) = 215+68+241=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #D744F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D744F1 is #28BB0E. Grayscale: #838383. Windows color (decimal): -2669327 or 15811799. OLE color: 15811799.

HSL color Cylindrical-coordinate representation of color #D744F1: hue angle of 290.98º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D744F1 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21568241-
CMYK0.110.7200.05
HSL290.98º86.07%60.59%-
HSV(B)290.98º71.78%94.51%-
XYZ45.9724.9385.61-
YUV131.67189.7187.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 68 (26.95% from 255) = 12.98%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=41.03%
G=12.98%
B=45.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215682410.110.7200.05290.9886.0760.59
HexD744F1B4805123563d
Octal327104361131100544312675
Binary110101111000100111100011011100100001011001000111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D744F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D744F1; }

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

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

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

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

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

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

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

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