#DA2EE5

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

Shades of Free Speech Magenta #DA2EE5

Tints of Free Speech Magenta #DA2EE5

Color information

#DA2EE5 (or 0xDA2EE5) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 2E and E5. RGB value is (218,46,229). Sum of RGB (Red+Green+Blue) = 218+46+229=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA2EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2EE5 is #25D11A. Grayscale: #757575. Windows color (decimal): -2478363 or 15019738. OLE color: 15019738.

HSL color Cylindrical-coordinate representation of color #DA2EE5: hue angle of 296.39º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2EE5 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21846229-
CMYK0.050.8000.10
HSL296.39º77.87%53.92%-
HSV(B)296.39º79.91%89.8%-
XYZ44.0322.5276.15-
YUV118.29190.48199.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 46 (18.36% from 255) = 9.33%
BLUE value IS 229 (89.84% from 255) = 46.45%
R=44.22%
G=9.33%
B=46.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218462290.050.8000.10296.3977.8753.92
HexDA2EE55500A1284e36
Octal33256345512001245011666
Binary11011010101110111001011011010000010101001010001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2EE5; }

 p { color: rgb(218,46,229); }

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

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

 a { background-color: rgb(218,46,229); }

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

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

 span { border-color: rgb(218,46,229); }

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