#DA4EE9

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

Shades of Free Speech Magenta #DA4EE9

Tints of Free Speech Magenta #DA4EE9

Color information

#DA4EE9 (or 0xDA4EE9) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4E and E9. RGB value is (218,78,233). Sum of RGB (Red+Green+Blue) = 218+78+233=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA4EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4EE9 is #25B116. Grayscale: #898989. Windows color (decimal): -2470167 or 15290074. OLE color: 15290074.

HSL color Cylindrical-coordinate representation of color #DA4EE9: hue angle of 294.19º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4EE9 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21878233-
CMYK0.060.6700.09
HSL294.19º77.89%60.98%-
HSV(B)294.19º66.52%91.37%-
XYZ46.3526.2479.71-
YUV137.53181.88185.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 78 (30.86% from 255) = 14.74%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=41.21%
G=14.74%
B=44.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218782330.060.6700.09294.1977.8960.98
HexDA4EE9643091264e3d
Octal332116351610301144611675
Binary110110101001110111010011101000011010011001001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4EE9; }

 p { color: rgb(218,78,233); }

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

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

 a { background-color: rgb(218,78,233); }

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

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

 span { border-color: rgb(218,78,233); }

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