#D639D2

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

Shades of Free Speech Magenta #D639D2

Tints of Free Speech Magenta #D639D2

Color information

#D639D2 (or 0xD639D2) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 39 and D2. RGB value is (214,57,210). Sum of RGB (Red+Green+Blue) = 214+57+210=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D639D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639D2 is #29C62D. Grayscale: #787878. Windows color (decimal): -2737710 or 13777366. OLE color: 13777366.

HSL color Cylindrical-coordinate representation of color #D639D2: hue angle of 301.53º degrees, saturation: 0.66, 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 #D639D2 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21457210-
CMYK00.730.020.16
HSL301.53º65.69%53.14%-
HSV(B)301.53º73.36%83.92%-
XYZ40.8321.8863.04-
YUV121.38178.01194.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 57 (22.66% from 255) = 11.85%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=44.49%
G=11.85%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145721000.730.020.16301.5365.6953.14
HexD639D204921012e4235
Octal32671322011122045610265
Binary11010110111001110100100100100110100001001011101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D639D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D639D2; }

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

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

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

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

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

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

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

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