#D533E1

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

Shades of Free Speech Magenta #D533E1

Tints of Free Speech Magenta #D533E1

Color information

#D533E1 (or 0xD533E1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 33 and E1. RGB value is (213,51,225). Sum of RGB (Red+Green+Blue) = 213+51+225=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #D533E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533E1 is #2ACC1E. Grayscale: #767676. Windows color (decimal): -2804767 or 14758869. OLE color: 14758869.

HSL color Cylindrical-coordinate representation of color #D533E1: hue angle of 295.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D533E1 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21351225-
CMYK0.050.7700.12
HSL295.86º74.36%54.12%-
HSV(B)295.86º77.33%88.24%-
XYZ42.2221.9573.25-
YUV119.27187.67194.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 51 (20.31% from 255) = 10.43%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=43.56%
G=10.43%
B=46.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal213512250.050.7700.12295.8674.3654.12
HexD533E154D0C1284a36
Octal32563341511501445011266
Binary11010101110011111000011011001101011001001010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D533E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D533E1; }

 p { color: rgb(213,51,225); }

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

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

 a { background-color: rgb(213,51,225); }

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

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

 span { border-color: rgb(213,51,225); }

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