# Decimal to Percent Calculator > Convert a decimal number to a percentage. Page: https://askcalculators.com/calculator/decimal-to-percent-calculator/ Definition: https://askcalculators.com/calculator/decimal-to-percent-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/decimal-to-percent-calculator/schema.json Version: 1.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/decimal-to-percent-calculator/?decimal=0.375 ## Inputs - decimal: Decimal value; type=number; required; default=0.375 ## Outputs - percent: Percentage; format=percent; primary - expression: Conversion; format=text ## Formula percent = decimal × 100% ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.