#D531EA

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

Shades of Free Speech Magenta #D531EA

Tints of Free Speech Magenta #D531EA

Color information

#D531EA (or 0xD531EA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 31 and EA. RGB value is (213,49,234). Sum of RGB (Red+Green+Blue) = 213+49+234=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #D531EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531EA is #2ACE15. Grayscale: #767676. Windows color (decimal): -2805270 or 15348181. OLE color: 15348181.

HSL color Cylindrical-coordinate representation of color #D531EA: hue angle of 293.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D531EA is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21349234-
CMYK0.090.7900.08
HSL293.19º81.5%55.49%-
HSV(B)293.19º79.06%91.76%-
XYZ43.3922.2879.86-
YUV119.13192.83194.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 49 (19.53% from 255) = 9.88%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=42.94%
G=9.88%
B=47.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal213492340.090.7900.08293.1981.555.49
HexD531EA94F081255137
Octal325613521111701044512167
Binary110101011100011110101010011001111010001001001011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D531EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D531EA; }

 p { color: rgb(213,49,234); }

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

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

 a { background-color: rgb(213,49,234); }

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

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

 span { border-color: rgb(213,49,234); }

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