#D532EB

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

Shades of Free Speech Magenta #D532EB

Tints of Free Speech Magenta #D532EB

Color information

#D532EB (or 0xD532EB) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 32 and EB. RGB value is (213,50,235). Sum of RGB (Red+Green+Blue) = 213+50+235=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #D532EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532EB is #2ACD14. Grayscale: #777777. Windows color (decimal): -2805013 or 15413973. OLE color: 15413973.

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

Color convert

RGB21350235-
CMYK0.090.7900.08
HSL292.86º82.22%55.88%-
HSV(B)292.86º78.72%92.16%-
XYZ43.5822.4380.63-
YUV119.83193194.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 50 (19.92% from 255) = 10.04%
BLUE value IS 235 (92.19% from 255) = 47.19%
R=42.77%
G=10.04%
B=47.19%

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
Decimal213502350.090.7900.08292.8682.2255.88
HexD532EB94F081255238
Octal325623531111701044512270
Binary110101011100101110101110011001111010001001001011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D532EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D532EB; }

 p { color: rgb(213,50,235); }

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

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

 a { background-color: rgb(213,50,235); }

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

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

 span { border-color: rgb(213,50,235); }

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