{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

Dandy Man Color Wheel® Rhododendron

SHRUB

Description

  • Deep red buds open as pink and then mature to white.
  • Perfect flowering hedge plant.
  • Heat-tolerant Proven Winners selection.
  • Zones 5-9, sun/part sun/shade, 8' tall x 8' wide at full maturity.
Zone 5-9
Light part sun/sun/shade
tall

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/rhododendron-dandy-man-color-wheel-2-sw.jpg?v=1626781075', title: 'Dandy Man Color Wheel® Rhododendron', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description With Dandy Man Color Wheel® Rhododendron, you won't have to decide on one flower color for your shrub; you can have all three! Blooms change colors with age, starting as red buds and maturing into pinks and whites. As it blooms in late spring, you'll see all three different colors on the plant at once. When the flowers aren't in bloom, the handsome foliage adds lush green color year-round. Did we mention how easy it is to grow? Dandy Man Color Wheel® is extremely heat tolerant, deer resistant, and low maintenance. It grows well in many environments including sun, part sun, and shade. Try planting this Proven Winners ColorChoice Flowering Shrub as a specimen or flowering hedge; it won't disappoint! Details Botanical name: Rhododendron x 'NCRX1'
Patent #: USPP 31,150
Common name: Rhododendron
Zone: 5 - 9
Sun exposure: Sun (> 6 hours sun) to part sun (4-6 hours sun)
Height x width: 4-8' x 4-8'
Flower color: Red, pink, and white
Foliage color: Green
Season of interest: Year-round
Bloom time: Spring
Features: Winter interest, rare & unusual, Proven Winners, heat tolerant, evergreen
Uses: Accent, background, border, container garden, cottage garden, foundation planting, hedge, massing, ornamental, woodland.
How To Grow Soil: Fertile, well-drained acidic soil with a pH around 5.5 to 6.2.
Light: Sun/part sun/shade.
Water: Has average water needs.
Spacing: 4 to 5 feet apart
Fertilizing: An all-purpose garden fertilizer can be applied in spring. Check soil pH every few years to ensure that levels are correct for healthy growth, only then use soil acidifying products in your garden.
Winterizing: Planting in a protected area from harsh winter winds will help prevent winter damage. An application of mulch will help retain moisture during winter.
Maintenance & Pruning: Does not require pruning or deadheading. Prune only in spring after bloom, and just to shape plant or remove any dead growth.

Did You Know?

15 Companion Plants For Azaleas & Rhododendrons

Wondering what to plant with azaleas and rhododendrons? Whether you’re growing rhododendrons or azaleas, here are 15 plants we recommend pairing with them in the garden. Some of these recommendations include complimentary spring blooms as well as season extenders!

Customer Reviews

Based on 18 reviews
67%
(12)
11%
(2)
17%
(3)
0%
(0)
6%
(1)
C
C. (South Carolina)
A Very Beautiful Bloom!

Packaged with care to arrive in great condition, I love the bi-colored budding and blossoming of this stunning, pink and rosey-pink big bloom! She is 3 years old now and doing very well. I currently keep her in a 16” x 16” decorative cast stone pot. I used good potting soil and give her special fertilizer for rhododendrons. She sits in partial shade of an old dogwood tree and she likes it. She turns to a beautiful, soft pink as she matures. I am in zone 8a. Thank you Great Garden Plants! I love her!!

B
B.B.

Plants look wonderful

M
M.B. (Georgia)
Very very small

The description of a one-quart pot is very misleading. I ordered five plants, all of them were TINY, like 2-4" of growth above the soil line. Usually stores use a one-quart pot for plants that are 6-8" tall. They seem to be healthy so, hopefully they grow in okay. Just MUCH smaller than expected.

We’re sorry you’re not satisfied with your plants! On each product page and our plant sizes page, we note that all of our plants are young. The size of our plants varies depending on the time of year and whether they were recently trimmed. The most important thing when purchasing plants, online or in garden centers, is a full and robust root system, which we prioritize. Trimming only encourages stronger root development! All orders are covered by our 60-day guarantee, so please reach out to claims@greatgardenplants.com to start the claims process if necessary.

L
L.J. (Wisconsin)
Healthy Plants

All of the plants you've sent have been very healthy and seem to be settling in without any signs of shock. Thanks for the great suggestion to let them acclimate for a few days in the shade - that made a big difference.

A
A.C.

1 year later and it hasn’t grown or bloomed. Will be relocating in the fall hopefully that will help

We're sorry you're having trouble with your plant. Our team of expert horticulturists would love to take a closer look! Please contact us with your order numbers and photos of the plant. We look forward to helping!