Div Text's Color Changes when Printed
MDN Docs: Adding this below rule will overwrite the user's printer property settings.
@media print {
.myid_print_duo_name { /* Replace class_name with * to target all elements */
-webkit-print-color-adjust: exact;
color-adjust: exact; /* Non-Webkit Browsers */
}
}