#DA52ED

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

Shades of Free Speech Magenta #DA52ED

Tints of Free Speech Magenta #DA52ED

Color information

#DA52ED (or 0xDA52ED) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 52 and ED. RGB value is (218,82,237). Sum of RGB (Red+Green+Blue) = 218+82+237=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA52ED is #25AD12. Grayscale: #8B8B8B. Windows color (decimal): -2469139 or 15553242. OLE color: 15553242.

HSL color Cylindrical-coordinate representation of color #DA52ED: hue angle of 292.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA52ED is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21882237-
CMYK0.080.6500.07
HSL292.65º81.15%62.55%-
HSV(B)292.65º65.4%92.94%-
XYZ47.2227.0582.85-
YUV140.33182.56183.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 82 (32.42% from 255) = 15.27%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=40.60%
G=15.27%
B=44.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218822370.080.6500.07292.6581.1562.55
HexDA52ED84107125513f
Octal332122355101010744512177
Binary110110101010010111011011000100000101111001001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA52ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA52ED; }

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

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

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

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

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

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

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

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