Schecter Electric Callboy Daniel Haniß Danskimo-6 Series Electric Guitar – Purple Sparkle
Original price was: $3,999.00.$3,499.00Current price is: $3,499.00.
FAST
Delivery
EASY
Returns
IN HOUSE
Repairs
Out of stock



Pick-up from store - FREE
Free pickup from our Melbourne Store at 4 Drake Boulevard, Altona VIC 3018. Your order will typically be ready by the next business day. We recommend calling us on (03) 8360 7799 beforehand to check it's ready for collection.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: #fff;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #ff6b35;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
/* HERO SECTION WITH H1 */
.hero-section {
background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%);
color: #fff;
padding: 40px 20px;
margin-bottom: 30px;
}
.hero-content {
max-width: 1000px;
margin: 0 auto;
}
h1 {
font-size: 42px;
color: #fff;
margin-bottom: 20px;
line-height: 1.2;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero-description {
font-size: 19px;
line-height: 1.7;
color: #e0e0e0;
margin-bottom: 15px;
}
.hero-description strong {
color: #ffd700;
}
.hero-badges {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin-top: 20px;
}
.hero-badge {
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.4);
color: #fff;
padding: 8px 16px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
}
/* PRODUCT INFO */
.product-info {
margin: 30px 0;
}
.price-box {
background: #fff;
padding: 30px;
border-radius: 10px;
border: 1px solid #e0e0e0;
margin-bottom: 30px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.price {
font-size: 48px;
color: #ff6b35;
font-weight: 900;
margin-bottom: 10px;
}
.price-note {
color: #666;
font-size: 14px;
margin-bottom: 15px;
}
.stock-status {
display: inline-block;
background: #4caf50;
color: #fff;
padding: 8px 20px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
}
.cta-section {
margin: 30px 0;
}
.cta-button {
display: block;
width: 100%;
background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
color: #fff;
padding: 18px;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
text-align: center;
text-decoration: none;
margin-bottom: 15px;
transition: all 0.3s;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
text-decoration: none;
}
.secondary-button {
display: block;
width: 100%;
background: #fff;
color: #ff6b35;
padding: 18px;
border: 2px solid #ff6b35;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
text-align: center;
text-decoration: none;
transition: all 0.3s;
}
.secondary-button:hover {
background: #ff6b35;
color: #fff;
text-decoration: none;
}
/* DESCRIPTION */
h2 {
font-size: 26px;
color: #1a1a2e;
margin: 40px 0 20px;
padding-bottom: 10px;
border-bottom: 3px solid #ff6b35;
}
p {
margin-bottom: 15px;
line-height: 1.7;
color: #555;
}
/* FEATURES GRID */
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 30px 0;
}
.feature-card {
background: #f8f8f8;
padding: 20px;
border-radius: 8px;
border-left: 4px solid #ff6b35;
}
.feature-card h3 {
font-size: 18px;
color: #1a1a2e;
margin-bottom: 10px;
}
.feature-card p {
font-size: 14px;
color: #666;
margin: 0;
}
/* SPECS TABLE */
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
}
.specs-table tr {
border-bottom: 1px solid #e0e0e0;
}
.specs-table tr:last-child {
border-bottom: none;
}
.specs-table td {
padding: 12px 20px;
}
.specs-table td:first-child {
font-weight: 600;
color: #1a1a2e;
width: 40%;
background: #f8f8f8;
}
.specs-table td:last-child {
color: #555;
}
/* SERVICES BOX */
.services-box {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
color: #fff;
padding: 35px 30px;
border-radius: 10px;
margin: 40px 0;
}
.services-box h2 {
color: #fff;
border-bottom: 3px solid #ff6b35;
margin-bottom: 20px;
}
.services-box p {
color: #e0e0e0;
margin-bottom: 20px;
}
.services-box a {
color: #ffd700;
}
.contact-info {
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 8px;
margin-top: 20px;
}
.contact-info p {
margin: 8px 0;
color: #fff;
}
.contact-info strong {
color: #ffd700;
}
/* FAQ */
.faq-section {
margin: 40px 0;
}
.faq-item {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
margin-bottom: 15px;
}
.faq-question {
font-size: 18px;
font-weight: 600;
color: #1a1a2e;
margin-bottom: 10px;
}
.faq-answer {
color: #555;
line-height: 1.7;
font-size: 15px;
}
/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
h1 {
font-size: 32px;
}
.hero-description {
font-size: 17px;
}
.price {
font-size: 40px;
}
.features-grid {
grid-template-columns: 1fr;
}
.specs-table td {
padding: 10px 15px;
font-size: 14px;
}
}
@media (max-width: 480px) {
.container {
padding: 0 15px;
}
h1 {
font-size: 28px;
}
.hero-section {
padding: 30px 15px;
}
.hero-description {
font-size: 16px;
}
.price {
font-size: 36px;
}
.hero-badges {
flex-direction: column;
}
.cta-button,
.secondary-button {
font-size: 16px;
padding: 15px;
}
}
Schecter Daniel Haniß Danskimo-6 Purple Sparkle Signature Guitar
The Schecter Danskimo-6 is Daniel Haniß's signature model featuring revolutionary Evertune bridge for perfect tuning stability, Fishman Fluence Tosin Abasi pickup with dual voicing, premium wenge neck with dual carbon fiber reinforcement, swamp ash body, and stunning Purple Sparkle finish. Built for modern players who demand precision, stability, and crushing tone. In stock at Angkor Music Melbourne with free professional setup ($155 value). 11+ years trusted service. $4,299 AUD.
SKU: SCH-2289 | Model: Daniel Haniß Danskimo-6 | Item Number: 2289
Free professional setup included (valued at $155)
In Stock - Melbourne
About This Guitar
The Schecter Daniel Haniß Danskimo-6 represents the cutting edge of modern guitar design. Created in collaboration with German guitarist and YouTuber Daniel Haniß (Danskimo), this signature model combines innovative technology with premium materials for players who demand the ultimate in tuning stability, tone, and playability.
At the core of this instrument is the Evertune bridge – a revolutionary mechanical system that keeps your guitar perfectly in tune indefinitely. Unlike traditional bridges that require constant tuning adjustments, the Evertune compensates for temperature changes, string stretching, and playing pressure through a sophisticated spring and lever system. Once set up, the guitar maintains perfect intonation without adjustment, making it ideal for recording, live performance, and extended playing sessions.
The Fishman Fluence Tosin Abasi signature pickup delivers crushing modern tones with studio-quality clarity. This active humbucker features two distinct voices accessible via push-pull volume control: Voice 1 provides tight, aggressive modern metal tone perfect for palm-muted chugging and complex chord work, while Voice 2 offers a more dynamic, organic response. The Fluence system is completely noise-free even at extreme gain levels.
Built with a wenge neck reinforced by dual carbon fiber rods, this guitar offers exceptional stability and fast playability. The Ultra Thin C profile allows effortless movement across the entire 24-fret ebony fingerboard. Stainless steel X-Jumbo frets provide superior durability and smooth, precise feel. The 12"-16" compound radius fretboard transitions from comfortable chord work at lower positions to fast, technical playing in upper registers.
The swamp ash body with flat top comfort contour provides resonant, balanced tone with excellent sustain. Combined with Hipshot Grip-Lock open gear tuners and Graph Tech XL Black Tusq nut, the Danskimo-6 offers premium performance throughout. The striking Purple Sparkle finish makes a bold visual statement on stage.
Why Buy from Angkor Music?
Every Danskimo-6 includes our free professional setup ($155 value), including Evertune calibration, action optimization, and intonation verification. With 11+ years serving Melbourne musicians, we provide expert guidance on Evertune operation, Fishman Fluence voicing options, and getting the most from this advanced instrument. Visit our Altona store to experience this revolutionary guitar in person.
Key Features
Evertune Bridge System
Revolutionary mechanical bridge keeps guitar perfectly in tune indefinitely. No batteries, pure mechanical precision.
Fishman Fluence Tosin Abasi
Active humbucker with dual voicing. Crushing modern tone, studio-quality clarity, completely noise-free.
Wenge Neck with Carbon Fiber
Dense wenge wood reinforced with 2 carbon fiber rods. Maximum stability, fast playability, C-shape profile.
Stainless Steel Frets
24 X-Jumbo stainless steel frets resist wear, provide superior smoothness. Lifetime durability and tone.
Compound Radius Fretboard
12"-16" radius ebony board. Comfortable chording at lower frets, fast leads and bending at upper frets.
Premium Hardware
Hipshot Grip-Lock tuners, Graph Tech XL Tusq nut, metal dome knobs. Professional-grade components throughout.
Complete Specifications
| Model Name | Daniel Haniß Danskimo-6 |
| Item Number | 2289 |
| SKU | SCH-2289 |
| Guitar Color | Purple Sparkle |
| Dexterity | Right Handed |
| Body Material | Swamp Ash |
| Body Construction | Bolt-on |
| Top Contour | Flat Top with Comfort Contour and Rounded Edges |
| Neck Material | Wenge with 2 Carbon Fiber Reinforcement Rods |
| Neck Shape | "C" |
| Neck Thickness | 1st Fret: 20.95mm / 12th Fret: 22mm |
| Scale Length | 25.5" |
| Fretboard Material | Ebony |
| Fretboard Radius | 12"-16" Compound Radius |
| Fretboard Inlays | Offset Silver Rings |
| Number of Frets | 24 X-Jumbo Stainless Steel |
| Nut Material | Graph Tech XL Black Tusq |
| Nut Width | 42mm (1.65") |
| Truss Rod | 2-Way Adjustable Rod w/ 5/32" (4mm) Allen Nut |
| Bridge Pickup | Fishman Fluence Tosin Abasi |
| Controls | Master Volume with Push-Pull Function for Fluence Voicing Option |
| Bridge | Evertune 6-String |
| Tuners | Hipshot Grip-Lock Open Gear |
| Hardware Color | Black |
| Knobs | Metal Dome |
| Strings | Ernie Ball Regular Slinky #2221 (.010-.046) |
| Case | 1622 SGR-Universal Guitar Hardcase (Sold Separately) |
Expert Guitar Services
At Angkor Music, we provide specialized care for advanced instruments like the Danskimo-6. Our experienced technicians offer professional setups (free with purchase) including Evertune calibration, expert repairs, and ongoing maintenance. With 11+ years serving Melbourne musicians, we understand the unique needs of Evertune-equipped guitars and Fishman Fluence systems.
Angkor Music
Shop 4-6 Drake Boulevard, Altona VIC 3018
Phone: (03) 83607799
Serving Melbourne Musicians Since 2013
Frequently Asked Questions
What is the Evertune bridge and how does it work?
What makes the Fishman Fluence Tosin Abasi pickup special?
What's included with the Danskimo-6 purchase?
Why are stainless steel frets better than nickel?
Who is Daniel Haniß and what is Danskimo?
Does Angkor Music service Evertune bridges?
Additional information
| Weight | 0.0000 kg |
|---|---|
| Type | Electric Guitar |
| String Configuration | 6 String |
| Body Type | Solid-body |
| Dexterity | Right-Handed |














