#da47f5

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

Shades of Free Speech Magenta #DA47F5

Tints of Free Speech Magenta #DA47F5

Color information

#DA47F5 (or 0xDA47F5) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 47 and F5. RGB value is (218,71,245). Sum of RGB (Red+Green+Blue) = 218+71+245=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA47F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA47F5 is #25B80A. Grayscale: #868686. Windows color (decimal): -2471947 or 16074714. OLE color: 16074714.

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

Color convert

RGB21871245-
CMYK0.110.7100.04
HSL290.69º89.69%61.96%-
HSV(B)290.69º71.02%96.08%-
XYZ47.652688.89-
YUV134.79190.2187.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 71 (28.12% from 255) = 13.30%
BLUE value IS 245 (96.09% from 255) = 45.88%
R=40.82%
G=13.30%
B=45.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal218712450.110.7100.04290.6989.6961.96
HexDA47F5B47041235a3e
Octal332107365131070444313276
Binary110110101000111111101011011100011101001001000111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da47f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da47f5; }

 p { color: rgb(218,71,245); }

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

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

 a { background-color: rgb(218,71,245); }

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

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

 span { border-color: rgb(218,71,245); }

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