#DA52E7

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

Shades of Free Speech Magenta #DA52E7

Tints of Free Speech Magenta #DA52E7

Color information

#DA52E7 (or 0xDA52E7) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 52 and E7. RGB value is (218,82,231). Sum of RGB (Red+Green+Blue) = 218+82+231=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA52E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA52E7 is #25AD18. Grayscale: #8B8B8B. Windows color (decimal): -2469145 or 15160026. OLE color: 15160026.

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

Color convert

RGB21882231-
CMYK0.060.6500.09
HSL294.77º75.63%61.37%-
HSV(B)294.77º64.5%90.59%-
XYZ46.3526.7178.31-
YUV139.65179.56183.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 82 (32.42% from 255) = 15.44%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=41.05%
G=15.44%
B=43.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218822310.060.6500.09294.7775.6361.37
HexDA52E7641091274c3d
Octal332122347610101144711475
Binary110110101010010111001111101000001010011001001111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA52E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA52E7; }

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

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

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

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

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

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

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

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