#D534E3

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

Shades of Free Speech Magenta #D534E3

Tints of Free Speech Magenta #D534E3

Color information

#D534E3 (or 0xD534E3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 34 and E3. RGB value is (213,52,227). Sum of RGB (Red+Green+Blue) = 213+52+227=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #D534E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534E3 is #2ACB1C. Grayscale: #777777. Windows color (decimal): -2804509 or 14890197. OLE color: 14890197.

HSL color Cylindrical-coordinate representation of color #D534E3: hue angle of 295.2º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D534E3 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21352227-
CMYK0.060.7700.11
HSL295.2º75.76%54.71%-
HSV(B)295.2º77.09%89.02%-
XYZ42.5322.1574.71-
YUV120.09188.34194.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 52 (20.70% from 255) = 10.57%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=43.29%
G=10.57%
B=46.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213522270.060.7700.11295.275.7654.71
HexD534E364D0B1274c37
Octal32564343611501344711467
Binary11010101110100111000111101001101010111001001111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D534E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D534E3; }

 p { color: rgb(213,52,227); }

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

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

 a { background-color: rgb(213,52,227); }

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

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

 span { border-color: rgb(213,52,227); }

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