Decimal to Percent Converter

Nov 5, 2021

This tool takes a decimal number and converts it to a percentage.

Percentage:
..
Decimal value in percentage

Percentage is the representation of a ratio as a fraction of 100. The symbol % is suffixed to values to clearly indicate that they are percentages. The earliest usage of percentages was to levy taxes in Ancient rome.

Decimal is the numeric system most used by us humans. It consists of the Hindu-Arabic numerals, a set of 10 digits from 0 to 9.

Formula

Formula

Expressing a number as a percentage is very simple. All you have to do is multiply it by 100.

Percentage = `d * 100`

Where:-

  • d = decimal number
Alternative Option

The other option is to just shift the decimal point two places to the right.

  • 0.001 → 0.01
  • 0.01 → 0.1
  • Add a percent sign at the end: 0.1%
  • Answer: 0.1%

Example

Suppose we want to convert 0.001 to it's percent form. Then, according to the formula:-

  • `d * 100`
  • `0.001 * 100`
  • Percentage = `0.1`

Other Variations

Comments 0

History
Oct 12, 2021
Tool Launched