#D538E9

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

Shades of Free Speech Magenta #D538E9

Tints of Free Speech Magenta #D538E9

Color information

#D538E9 (or 0xD538E9) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 38 and E9. RGB value is (213,56,233). Sum of RGB (Red+Green+Blue) = 213+56+233=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #D538E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D538E9 is #2AC716. Grayscale: #7A7A7A. Windows color (decimal): -2803479 or 15284437. OLE color: 15284437.

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

Color convert

RGB21356233-
CMYK0.090.7600.09
HSL293.22º80.09%56.67%-
HSV(B)293.22º75.97%91.37%-
XYZ43.5622.8679.21-
YUV123.12190.01192.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 56 (22.27% from 255) = 11.16%
BLUE value IS 233 (91.41% from 255) = 46.41%
R=42.43%
G=11.16%
B=46.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal213562330.090.7600.09293.2280.0956.67
HexD538E994C091255039
Octal325703511111401144512071
Binary110101011110001110100110011001100010011001001011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538E9; }

 p { color: rgb(213,56,233); }

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

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

 a { background-color: rgb(213,56,233); }

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

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

 span { border-color: rgb(213,56,233); }

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