#DA40FA

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

Shades of Free Speech Magenta #DA40FA

Tints of Free Speech Magenta #DA40FA

Color information

#DA40FA (or 0xDA40FA) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 40 and FA. RGB value is (218,64,250). Sum of RGB (Red+Green+Blue) = 218+64+250=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 64 (25.39% from 255 or 12.03% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40FA is #25BF05. Grayscale: #828282. Windows color (decimal): -2473734 or 16400602. OLE color: 16400602.

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

Color convert

RGB21864250-
CMYK0.130.7400.02
HSL289.68º94.9%61.57%-
HSV(B)289.68º74.4%98.04%-
XYZ4825.4792.83-
YUV131.25195.02189.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 64 (25.39% from 255) = 12.03%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=40.98%
G=12.03%
B=46.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218642500.130.7400.02289.6894.961.57
HexDA40FAD4A021225f3e
Octal332100372151120244213776
Binary11011010100000011111010110110010100101001000101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA40FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA40FA; }

 p { color: rgb(218,64,250); }

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

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

 a { background-color: rgb(218,64,250); }

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

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

 span { border-color: rgb(218,64,250); }

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