WATER RADIATOR DD 22K 500X1200

The photographs are for illustrative purposes only.
Get AI analytics on product WATER RADIATOR DD 22K 500X1200:
142.60€/pc.
Ex Tax: 115.00€/pc.
0 reviews
In stock
Product Code: 000-325800ASP
Qty
One click order

DESCRIPTION WATER RADIATOR DD 22K 500X1200 price 144.94€ Demir Dokum

Product sizes120,00 x 10,00 x 50,00 cm
Package dimensions121,00 x 11,00 x 52,00 cm
Gross weight30,120 kg
Net weight30,320 kg

Radiaator DD 22K on kaetud kvaliteetse valge emailiga (RAL9010)

Iga radiaatorit katsetatakse tehases rõhul 13 Bar, maksimaalne soovitatav töörõhk on 10 Bar. Maksimaalne töö temperatuur on 120C.

Paigalduskomplekti kuuluvad kronsteinid, õhuventiil, pimekork, kruvid ja tüüblid.

NB! Radiaatori toru tsentrite vahe on 445mm!

Product details

Net weight: 30.12 kg
Total weight: 30.32 kg
Product measurements: 120.00 x 10.00 x 50.00 cm
Package measurements: 121.00 x 11.00 x 52.00 cm

Description provided by sitypro.com

WATER RADIATOR DD 22K 500X1200
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the WATER RADIATOR DD 22K 500X1200

What is the WATER RADIATOR DD 22K 500X1200 and which systems is it compatible with?

WATER RADIATOR DD 22K 500X1200 is a white (RAL9010) enamelled steel water radiator, factory-tested at 13 Bar with recommended working pressure 10 Bar and max operating temperature 120°C. It is suitable for central and standalone hot-water heating systems in residential and commercial premises.

What are the dimensions and weight of the WATER RADIATOR DD 22K 500X1200?

The WATER RADIATOR DD 22K 500X1200 measures 120.00 x 10.00 x 50.00 cm, net weight 30.12 kg and gross weight 30.32 kg; package size 121 x 11 x 52 cm. Use these figures when planning installation space and transport.

What is the pipe centre-to-centre distance and why does it matter?

The WATER RADIATOR DD 22K 500X1200 has a pipe centre-to-centre distance of 445 mm. This dimension matters for selecting brackets, fittings and ensuring compatibility with existing risers.

What installation accessories come with the WATER RADIATOR DD 22K 500X1200?

The package includes brackets, an air vent, a blind plug, screws and wall plugs. This allows basic wall mounting without buying extra fixings.

What are the maximum working pressure and temperature of this radiator?

Recommended working pressure for the WATER RADIATOR DD 22K 500X1200 is 10 Bar (factory-tested at 13 Bar) and max operating temperature is 120°C. Consider these when selecting the boiler and system fill settings.

What material is the radiator made of and what is the coating?

The WATER RADIATOR DD 22K 500X1200 is made of steel and coated with high-quality white enamel RAL9010. The coating provides corrosion protection and a neat appearance.

Is this radiator suitable for a bathroom or hallway?

The WATER RADIATOR DD 22K 500X1200 can be installed in a bathroom or hallway if the system meets pressure (up to 10 Bar) and temperature (up to 120°C) limits. Note the size 120x50x10 cm and pipe centre distance 445 mm when planning placement.

What are the radiator connections (bottom/side) and which fittings are required?

The product info lists brackets and basic accessories but does not specify bottom or side connection types. We recommend confirming the connection type on-site and preparing standard threaded adapters for your heating system if needed.

Do I need to prepare the wall before installing this radiator?

The WATER RADIATOR DD 22K 500X1200 needs a flat load-bearing wall able to support approximately 30 kg and space for pipe connections with a 445 mm centre distance. Brackets are included, but reinforce the wall or use appropriate wall plugs if in doubt.

How does the DD 22K model differ from other radiator models?

The DD 22K is a steel enamelled (RAL9010) unit, factory-tested at 13 Bar with working limits 10 Bar/120°C, pipe centre 445 mm and dimensions 120x50x10 cm. Compare material, pressure rating, size and included accessories when choosing between models.

Where to buy WATER RADIATOR DD 22K 500X1200?

You can buy WATER RADIATOR DD 22K 500X1200 in our online store for 115.00€. Category: Radiators.

What is the price of WATER RADIATOR DD 22K 500X1200?

The current price of WATER RADIATOR DD 22K 500X1200 is 115.00€. Brand: Demir Dokum.

WATER RADIATOR DD 22K 500X1200 — specifications and description

Model: 000-325800ASP. Category: Radiators. Brand: Demir Dokum. Price: 115.00€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');