Convert any decimal to a simplified ratio (N:M) instantly. Uses the GCD method to reduce to the simplest form. Shows fraction, percentage, and step-by-step workings.
✓Verified: April 2026
Enter a valid positive decimal (e.g. 0.5, 1.25, 3).
Enter any positive decimal or whole number
Simplified Ratio
—
Was this calculator helpful?
✓ Thanks for your feedback!
Sources & Methodology
✓Decimal-to-ratio conversion uses the Greatest Common Divisor (GCD) Euclidean algorithm — a standard method in all mathematics curricula worldwide.
Reference for the Euclidean GCD algorithm used to simplify fractions and ratios to lowest terms
Method: Count decimal places d → Numerator N = decimal × 10d → Denominator D = 10d → GCD = gcd(N,D) → Ratio = (N÷GCD):(D÷GCD). Floats rounded to 10 decimal places to avoid floating-point artifacts.
⏱ Last reviewed: April 2026
How to Convert a Decimal to a Ratio
Converting a decimal to a ratio is a fundamental math skill used in cooking, finance, chemistry, engineering, and everyday proportional reasoning. A ratio N:M expresses the relationship between two quantities — “N parts compared to M parts.” Unlike a fraction (N/M, which expresses a part of a whole), a ratio compares two separate quantities to each other.
A fraction (3/4) expresses a part of a whole — 3 out of 4 total. A ratio (3:4) compares two quantities — 3 of one thing for every 4 of another (total = 7). A percentage (75%) scales the fraction to base 100. All three are mathematically equivalent when describing proportions.
Real-World Applications of Ratios
Cooking: 2:1 ratio of flour to butter; 3:1 liquid to grain
Map scales: 1:50,000 means 1 cm = 500 m in reality
Finance: Price-to-earnings ratio (P/E), debt-to-income ratio
Chemistry: Solution mixing ratios, stoichiometry in reactions
Probability: 3:1 odds means 3 outcomes against vs. 1 outcome for
Handling Repeating Decimals
Repeating decimals like 0.333... = 1/3 exactly. But entering 0.333 (truncated) gives the approximation 333:1000 since GCD(333,1000)=1. For exact results with known repeating decimals, use the known fraction directly: 1/3 = 1:3, 2/3 = 2:3, 1/6 = 1:6, 1/9 = 1:9. The more decimal places you enter, the closer the approximation to the true value.
💡 Whole numbers as ratios: Any whole number n converts to n:1. Decimal 2 = 2:1, meaning the first quantity is exactly twice the second. This is the basis of every “double the recipe” calculation in cooking.
Frequently Asked Questions
Write decimal as fraction over its place value (0.75 = 75/100). Find GCD of numerator and denominator. Divide both by GCD. Write as N:M. Example: GCD(75,100)=25, so 75/25=3, 100/25=4. Ratio = 3:4.
0.5 = 1:2. Converting: 0.5 = 5/10. GCD(5,10)=5. 5÷5=1, 10÷5=2. Ratio = 1:2. This represents 1 part to 2 parts, equivalent to 50% or the fraction 1/2.
0.75 = 3:4. Converting: 0.75 = 75/100. GCD(75,100)=25. 75÷25=3, 100÷25=4. Ratio = 3:4. Equivalent to 75% or the fraction 3/4.
0.25 = 1:4. Converting: 0.25 = 25/100. GCD(25,100)=25. 25÷25=1, 100÷25=4. Ratio = 1:4. Equivalent to 25% or 1/4.
Count decimal places d. N = decimal × 10d. D = 10d. GCD = gcd(N,D). Ratio = (N/GCD):(D/GCD). For 0.75: d=2, N=75, D=100, GCD=25, ratio=3:4.
1.5 = 3:2. Converting: 1.5 = 15/10. GCD(15,10)=5. 15÷5=3, 10÷5=2. Ratio = 3:2. When the decimal exceeds 1, the numerator is larger than the denominator.
The repeating decimal 0.333... = exactly 1:3. Entering 0.333 gives 333:1000 (GCD=1, no simplification). For exact results use known fractions: 1/3 = 1:3, 2/3 = 2:3.
A fraction (3/4) means 3 parts of 4 total (part-of-whole). A ratio (3:4) compares 3 of one thing to 4 of another (part-to-part). Total in 3:4 = 7 parts; total in 3/4 = 4 parts. In proportional contexts they are often interchangeable.
0.6 = 3:5. Converting: 0.6 = 6/10. GCD(6,10)=2. 6÷2=3, 10÷2=5. Ratio = 3:5. Means 3 parts to 5 parts, equivalent to 60%.
0.8 = 4:5. Converting: 0.8 = 8/10. GCD(8,10)=2. 8÷2=4, 10÷2=5. Ratio = 4:5. Equivalent to 80%.
Yes. Any whole number n = n:1. Decimal 2 = 2:1, decimal 3 = 3:1. In scaling, 2:1 means the first value is exactly twice the second. Whole numbers need no GCD simplification since GCD(n,1)=1.
Ratios appear in: recipe proportions (2:1 flour to butter), screen aspect ratios (16:9, 4:3), map scales (1:50,000), financial ratios (P/E), probability (3:1 odds), chemical mixing, photography f-stops, and sports win/loss records.
0.1 = 1:10. Converting: 0.1 = 1/10. GCD(1,10)=1. Already fully simplified. Ratio = 1:10. Equivalent to 10% or 1 part per 10 parts.