D8 in Decimal
Hexadecimal D8 equals 216 in decimal.
D8 in all number bases
Decimal216
Hexadecimal0xD8
Binary1101 1000
Octal330
How d8 converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
D× 161 = 13 × 16 = 208
8× 160 = 8 × 1 = 8
Sum: 216