#D539D2

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

Shades of Free Speech Magenta #D539D2

Tints of Free Speech Magenta #D539D2

Color information

#D539D2 (or 0xD539D2) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 39 and D2. RGB value is (213,57,210). Sum of RGB (Red+Green+Blue) = 213+57+210=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D539D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539D2 is #2AC62D. Grayscale: #787878. Windows color (decimal): -2803246 or 13777365. OLE color: 13777365.

HSL color Cylindrical-coordinate representation of color #D539D2: hue angle of 301.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D539D2 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB21357210-
CMYK00.730.010.16
HSL301.15º65%52.94%-
HSV(B)301.15º73.24%83.53%-
XYZ40.5421.7363.03-
YUV121.09178.18193.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 57 (22.66% from 255) = 11.88%
BLUE value IS 210 (82.42% from 255) = 43.75%
R=44.38%
G=11.88%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135721000.730.010.16301.156552.94
HexD539D204911012d4135
Octal32571322011112045510165
Binary1101010111100111010010010010011100001001011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D539D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D539D2; }

 p { color: rgb(213,57,210); }

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

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

 a { background-color: rgb(213,57,210); }

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

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

 span { border-color: rgb(213,57,210); }

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