In the End (Kat DeLuna song)

"In the End" is a song by American singer Kat DeLuna's. It served as the fourth single from DeLuna's debut album 9 Lives.

"In the End"
Single by Kat Deluna
from the album 9 Lives
ReleasedOctober 30, 2008
Genre
Length3:24
LabelEpic
Songwriter(s)
Producer(s)RedOne
Kat Deluna singles chronology
"Breathing Your Love"
(2008)
"In the End"
(2008)
"Unstoppable"
(2009)

Music video

The music video was shot in mid-2008 and was released on her official YouTube page on October 31, 2008. It shows DeLuna singing and dancing in front of a white and stripped background, wearing various outfits. The video is intercut with scenes of her performing the song with a microphone.

Charts

Chart (2008) Peak
position
Belgium (Ultratop 50 Flanders)[2] 31
Belgium (Ultratip Wallonia)[3] 2
US Billboard Hot 100[4] 68
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.