#DA52E3

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

Shades of Free Speech Magenta #DA52E3

Tints of Free Speech Magenta #DA52E3

Color information

#DA52E3 (or 0xDA52E3) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 52 and E3. RGB value is (218,82,227). Sum of RGB (Red+Green+Blue) = 218+82+227=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA52E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52E3 is #25AD1C. Grayscale: #8A8A8A. Windows color (decimal): -2469149 or 14897882. OLE color: 14897882.

HSL color Cylindrical-coordinate representation of color #DA52E3: hue angle of 296.28º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA52E3 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21882227-
CMYK0.040.6400.11
HSL296.28º72.14%60.59%-
HSV(B)296.28º63.88%89.02%-
XYZ45.826.4975.37-
YUV139.19177.56184.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 82 (32.42% from 255) = 15.56%
BLUE value IS 227 (89.06% from 255) = 43.07%
R=41.37%
G=15.56%
B=43.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218822270.040.6400.11296.2872.1460.59
HexDA52E34400B128483d
Octal332122343410001345011075
Binary110110101010010111000111001000000010111001010001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA52E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA52E3; }

 p { color: rgb(218,82,227); }

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

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

 a { background-color: rgb(218,82,227); }

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

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

 span { border-color: rgb(218,82,227); }

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