#DA4DF2

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

Shades of Free Speech Magenta #DA4DF2

Tints of Free Speech Magenta #DA4DF2

Color information

#DA4DF2 (or 0xDA4DF2) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4D and F2. RGB value is (218,77,242). Sum of RGB (Red+Green+Blue) = 218+77+242=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA4DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4DF2 is #25B20D. Grayscale: #898989. Windows color (decimal): -2470414 or 15879642. OLE color: 15879642.

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

Color convert

RGB21877242-
CMYK0.100.6800.05
HSL291.27º86.39%62.55%-
HSV(B)291.27º68.18%94.9%-
XYZ47.5926.6286.63-
YUV137.97186.71185.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 77 (30.47% from 255) = 14.34%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=40.60%
G=14.34%
B=45.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218772420.100.6800.05291.2786.3962.55
HexDA4DF2A4405123563f
Octal332115362121040544312677
Binary110110101001101111100101010100010001011001000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4DF2; }

 p { color: rgb(218,77,242); }

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

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

 a { background-color: rgb(218,77,242); }

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

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

 span { border-color: rgb(218,77,242); }

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