Quick Info→
Age: 24 Years Hometown: Nashik Husband: Abhishek Deshmukh
| Bio/Wiki | |
|---|---|
| Profession | Actress |
| Physical Stats & More | |
| Height (approx.) | in centimeters– 165 cm in meters– 1.65 m in feet & inches– 5’ 5” |
| Weight (approx.) | in kilograms– 110 kg in pounds– 50 lbs |
| Eye Colour | Black |
| Hair Colour | Black |
| Career | |
| Debut | Film (Marathi): Happy Journey (Alice, 2014)
Film (Hindi): Hawaizaada (Champa, 2015) TV (Marathi): Prem He (Monica, 2017) TV (Hindi): Internet Wala Love (2018) Web Series: YOLO – You Only Live Once (2017) Short Film: So What! Transitioning Positively (2014) |
| Personal Life | |
| Date of Birth | 5 May 1999 (Wednesday) |
| Age (as of 2023) | 24 Years |
| Birthplace | Nashik, Maharashtra, India |
| Zodiac sign | Taurus |
| Nationality | Indian |
| Hometown | Nashik |
| College/University | Sir Parashurambhau College (S. P. College), Pune |
| Educational Qualification | Bachelor of Arts (BA) in Psychology (2012-2015) [1]Facebook – Krutika Deo |
| Relationships & More | |
| Marital Status | Married |
| Affairs/Boyfriends | Abhishek Deshmukh |
| Marriage Date | 6 January 2018 |
| Family | |
| Husband/Spouse | Abhishek Deshmukh |
| Children | As of August 2023, she does not have any children. |
| Other relatives | Father-in-law– Satish Deshmukh Mother-in-law– Vaishali Deshmukh Sister-in-law– Amruta Deshmukh Brother-in-law– Prasad Jawade (Amruta’s Fiancé) |
| Favourites | |
| Actor | Shah Rukh Khan |
| Song | Happy by Pharrell Williams |
Some Lesser Known Facts About Krutika Deo
- Krutika Deo is an Indian actress, popular for her roles across a spectrum of films, television shows, and web series in both the Hindi and Marathi entertainment sectors.
- During her college years, she delved into the world of acting by participating in theatre productions and did many notable roles such as embodying Frida Kahlo in ‘O! Kahlo’ in 2014 and her performance in the play ‘Saawlya’ in 2016.
Krutika Deo acting in a theatre play
- In 2014, she shared the screen with Atul Kulkarni and Priya Bapat in her debut Marathi film Happy Journey. As her journey continued, Krutika Deo took on diverse roles in various films including Kavya Shataram Apte in ‘Prime Time’ (2015), Shweta Vidyadhar Rajwade in ‘Rajwade and Sons’ (2015), Ria in ‘Bucket List’ (2018), which marked Madhuri Dixit‘s debut in Marathi cinema, and ‘Anya’ (also released in Hindi as ‘Anya: The Other’) in 2022.
Krutika Deo in a scene from Rajwade and Sons
- In 2015, she acted alongside Ayushmann Khurrana and Mithun Chakraborty in her Bollywood debut film, Hawaizaada. She portrayed the character of Radhika Bai in the historical drama ‘Panipat’ in 2019.
Krutika Deo (right) in a scene from Panipat film
- She also acted in many short films including ‘Phir Zindagi’ in 2016, ‘Delivery Girl’ in 2019, which was streamed on Channel Blush, ‘Ab Meri Baari’ in 2019, and ‘Olakh’ in 2022.
Poster of Krutika Deo’s short film, Ab Meri Baari
- Krutika Deo’s debut web series ‘YOLO – You Only Live Once’ was India’s first regional language (Marathi) web series. She later acted in the Hindi web series ‘Date Gone Wrong’ in 2018. Her journey continued with roles like Unnati in the Hindi web series ‘Hostel Daze’ in 2021, Reva in the Marathi web series ‘Jhoom’ in the same year, Kruti in the Hindi web series ‘Please Find Attached’ in 2022 and Shreegauri Sawant in the 2023 Hindi web series ‘Taali,’ featuring Sushmita Sen.
Krutika Deo during a shoot of a web series
- She actively advocates for environmental conservation and practices sustainability in her daily life. On sets, she brings her own reusable coffee cup and opts for cloth bags when shopping.
Trying give my little contribution to our environment I have always avoided using #plastic in my day to day life, I have always preferred using a #clothbag Even on sets I carry my own cup of coffee.
Lets pledge that if you cant REUSE it REFUSE it!#WorldEnvironmentDay pic.twitter.com/bMzaP0YP7j
— Krutika Deo (@mekrutikadeo) June 5, 2018
- During her free time, she enjoys exploring various destinations and travelling to different places.
Krutika Deo during her visit to Amer Fort
- She has a fondness for dogs and is an owner of a dog named Dash.
Krutika Deo, her mother-in-law, Vaishali Deshmukh, father-in-law, Satish Deshmukh, and husband, Abhishek Deshmukh (left to right) with her pet dog, Dash
- She has received training in Kathak dance.
Krutika Deo during a Kathak performance
#home-hero{
background-image: url(“img/background.webp”);
background-repeat: no-repeat;
background-size:cover;
}
#main-box{
background: linear-gradient(to right, #000, red, #ff0);
background-size: 400% 400%!important;
animation: 4s infinite userform-gradient;
-webkit-animation: 4s infinite userform-gradient;
animation-duration: 4s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
animation-name: userform-gradient;
}
@keyframes userform-gradient {
0%, 100% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
}
/* text-bounce */
#text-bounce {
animation: zoomInOut 1.5s infinite;
}
@keyframes zoomInOut {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/* slide animation */
.slide-up-animation {
animation: slide-up 0.5s ease-in-out;
}
@keyframes slide-up {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
#parent {
overflow: hidden;
}
/* side image animations */
#side-top {
animation-name: slide-down;
animation-duration: 2s;
animation-timing-function: ease;
animation-fill-mode: forwards;
}
@keyframes slide-down {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
#side-bottom {
animation-name: slide-up;
animation-duration: 2s;
animation-timing-function: ease;
animation-fill-mode: forwards;
}
@keyframes slide-up {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0%);
}
}
WIN Live Video Call with Favourite Celebrity Enter the Contest Now!
Last Week’s Winners
Ashish
Next lucky draw on : 11 Aug, 2023
Enter birthdays of your family & friends
Your Name
Whose birthday is it?
Family & Friend’s Birth Date
Enter Your Whatsapp Number
Submit
Your information is safe with us
References/Sources:[+]
| ↑1 | Facebook – Krutika Deo |
|---|